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
Список
[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
Дата: