pgAdmin 4 commit: [Python 3 compatibility] Introduced a separate HTML s - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: [Python 3 compatibility] Introduced a separate HTML s
Date
Msg-id E1b2C2m-0002lQ-JI@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Loading the explain.js as 'application/javascript'
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4]: Initial patch for Import table