Thread: pgAdmin 4 commit: 'hasattr' function on '__builtins__' for 'xrange' fun

pgAdmin 4 commit: 'hasattr' function on '__builtins__' for 'xrange' fun

From
Ashesh Vashi
Date:
'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(-)