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
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: