pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all
Date: 2016-03-18 04:39:47
Message-ID: E1agmCR-0005MH-0N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-03-18 05:02:44 pgAdmin 4 commit: Disable the menu to create database and tablespace, i
Previous Message Ashesh Vashi 2016-03-18 04:29:06 pgAdmin 4 commit: Adding a timeout of 5 seconds (while fetching the lat