[issue6619] Remove duplicated function in Lib/inspect.py

2009-08-02 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for the report! Fixed in r74285 (trunk), r74286 (release26-maint), r74287 (py3k) and r74288 (release31-maint). -- nosy: +marketdickinson resolution: -> fixed status: open -> closed ___ Python tracker

[issue6619] Remove duplicated function in Lib/inspect.py

2009-08-01 Thread Vincent Legoll
New submission from Vincent Legoll : The isgenerator() function looks duplicated, remove the one with the shortest docstring -- components: Library (Lib) files: py3k-inspect.py-remove-duplicated-func.patch keywords: patch messages: 91172 nosy: vincele severity: normal status: open title: