pgAdmin 4 commit: Fix "global name 'execfile' not defined".

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix "global name 'execfile' not defined".
Дата
Msg-id E1bCTjV-00023w-Gv@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix "global name 'execfile' not defined".

execfile was removed in Python 3.0. This
uses 'exec(open(filename).read())' as an
alternative, which works on all Python
versions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b770ae479429edf8438b8cf459c312c1f3c0a96
Author: Sebastiaan van Stijn <thajeztah@gmail.com>

Modified Files
--------------
web/pgAdmin4.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fixed uncomment issue (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix file type detection for Python 2.6. Fixes #1330