pgAdmin 4 commit: Raise an exception under Python < 3.4.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Raise an exception under Python < 3.4.
Date: 2020-04-30 11:55:35
Message-ID: E1jU7mx-0005wd-61@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Raise an exception under Python < 3.4.

It also cleans up the README to remove references to Python 2
and removes Python 2-isms from the main config.

refs #5443

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7dd00a149448d84df061600364633d92dd9fb95e
Author: Dave Page <dpage(at)pgadmin(dot)org>

Modified Files
--------------
README | 33 ++++++++++++++++-----------------
web/config.py | 17 ++---------------
web/pgAdmin4.py | 11 ++++++-----
web/regression/runtests.py | 8 ++++----
4 files changed, 28 insertions(+), 41 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-30 11:56:15 Re: Remove Python 2.7 support from the wheel package
Previous Message Khushboo Vashi 2020-04-30 11:40:19 Re: RM3694-If database is already connected and click on database then connect database should not displayed in Menu