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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: 'hasattr' function on '__builtins__' for 'xrange' fun
Дата
Msg-id E1bMsUC-0002ba-Q1@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: [pgAdmin4][Patch]: CanDrop option is missing for newly created database
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: Unable to create procedure (pgAdmin4)