pgAdmin 4 commit: Fixed Unicode character issue causing error on Python

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed Unicode character issue causing error on Python
Date: 2020-03-20 09:47:58
Message-ID: E1jFEFy-0001hS-S8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed Unicode character issue causing error on Python2 environment. Fixes #5279

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7ba446703e8621717b81fe7e9ac6ad79a49f600
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_20.rst | 3 ++-
.../servers/databases/schemas/tables/partitions/__init__.py | 2 +-
web/pgadmin/tools/schema_diff/__init__.py | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-03-20 09:49:30 Re: [pgAdmin4][RM#5279] Fixed: pgAdmin4 does not start with Python2 environment
Previous Message Murtuza Zabuawala 2020-03-20 08:29:00 [pgAdmin4][RM#5279] Fixed: pgAdmin4 does not start with Python2 environment