From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Remove Python 2.6 code that's now obsolete. Fixes #39 |
Date: | 2019-01-31 12:48:00 |
Message-ID: | E1gpBlA-0002KD-S7@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Remove Python 2.6 code that's now obsolete. Fixes #3935
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cbd8f8236a7bfc36fc8747cd1bdb96b4a8437ee4
Author: Cyril Jouve <jv(dot)cyril(at)gmail(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 3 ++-
pkg/pip/setup_pip.py | 20 --------------
requirements.txt | 31 ++++++----------------
.../tools/backup/tests/test_batch_process.py | 5 +---
.../tests/test_batch_process_maintenance.py | 5 +---
.../tools/restore/tests/test_batch_process.py | 5 +---
web/pgadmin/utils/route.py | 5 +---
web/pgadmin/utils/sqlautocomplete/autocomplete.py | 6 +----
web/regression/requirements.txt | 12 +--------
web/regression/runtests.py | 19 ++++++-------
10 files changed, 24 insertions(+), 87 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2019-01-31 12:48:22 | Re: Remove python 2.6 specific code |
Previous Message | Akshay Joshi | 2019-01-31 12:21:21 | Re: Remove hacky way to open/close the dropdown-submenu |