pgAdmin 4 commit: First round of Python 3 compatibility fixes.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: First round of Python 3 compatibility fixes.
Дата
Msg-id E1ZueBE-0004Dd-73@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
First round of Python 3 compatibility fixes.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=209ee78b252fb063e34681acc658b479585d2aba
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgAdmin4.py                                      |   18 +++++++++---------
web/pgadmin/__init__.py                              |    8 ++++----
web/pgadmin/browser/__init__.py                      |    8 ++------
web/pgadmin/browser/server_groups/__init__.py        |   12 +++++-------
.../browser/server_groups/servers/__init__.py        |   12 +++++++-----
web/pgadmin/browser/utils.py                         |    4 ++--
web/pgadmin/settings/__init__.py                     |    2 +-
web/pgadmin/utils/crypto.py                          |    2 +-
web/pgadmin/utils/driver/abstract.py                 |    7 +++----
web/pgadmin/utils/driver/psycopg2/__init__.py        |    9 ++++++---
web/setup.py                                         |    2 +-
11 files changed, 41 insertions(+), 43 deletions(-)


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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Patch - pgAdmin4 [to add support for python3]
Следующее
От: Dave Page
Дата:
Сообщение: Re: Patch - pgAdmin4 [to add support for python3]