pgAdmin 4 commit: [Python 3 compatibility] Introduced a separate HTML s

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: [Python 3 compatibility] Introduced a separate HTML s
Дата
Msg-id E1b2C2m-0002lQ-JI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
[Python 3 compatibility] Introduced a separate HTML safe string function
in 'utils' module, earlier the function -'escape(...)' was converting
the strings to bytes, and that's reason, it was not working on Python 3.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8bd17cb4336f47f615ff7099f6dbc17f09acbb65

Modified Files
--------------
web/pgadmin/tools/backup/__init__.py      | 29 +++++++++++++----------------
web/pgadmin/tools/maintenance/__init__.py | 13 +++++--------
web/pgadmin/tools/restore/__init__.py     | 21 ++++++++-------------
web/pgadmin/utils/html.py                 | 18 ++++++++++++++++++
4 files changed, 44 insertions(+), 37 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Loading the explain.js as 'application/javascript'
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4]: Initial patch for Import table