pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all
Date
Msg-id E1agmCR-0005MH-0N@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
On Python 2, use urllib2 instead of urllib, which allows us to specify timeout
parameter.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09bdf1fab7001cd9d880109dbe3a224421b331fc

Modified Files
--------------
web/pgadmin/browser/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Adding a timeout of 5 seconds (while fetching the lat
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Disable the menu to create database and tablespace, i