pgAdmin 4 commit: 'hasattr' function on '__builtins__' for 'xrange' fun - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: 'hasattr' function on '__builtins__' for 'xrange' fun
Date
Msg-id E1bMsUC-0002ba-Q1@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
'hasattr' function on '__builtins__' for 'xrange' function does not
return correct information from a script, but works well on interactive
shell. Used a more proper check for Python > 2 instead of the current
implementation.

Thanks Vishal for the report.

Branch
------
master

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

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


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: CanDrop option is missing for newly created database
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: Unable to create procedure (pgAdmin4)