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

2009-08-02 Thread Mark Dickinson

Mark Dickinson dicki...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue6619
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-08-01 Thread Vincent Legoll

New submission from Vincent Legoll vincent.leg...@gmail.com:

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: Remove duplicated function in Lib/inspect.py
versions: Python 3.2
Added file: 
http://bugs.python.org/file14621/py3k-inspect.py-remove-duplicated-func.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6619
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com