[New-bugs-announce] [issue5655] fix glob.iglob docstring

DSM report at bugs.python.org
Wed Apr 1 19:24:18 CEST 2009


New submission from DSM <dsm001 at users.sourceforge.net>:

glob.iglob's docstring claims it returns a list, but as the name
suggests it returns an iterator.  Looks like a cut 'n paste oversight. 
glob.rst is correct.

Patch attached against mainline trunk r70961.  Should also apply cleanly
to py3k trunk.

----------
assignee: georg.brandl
components: Documentation
files: iglob_main.patch
keywords: patch
messages: 85054
nosy: dsm001, georg.brandl
severity: normal
status: open
title: fix glob.iglob docstring
versions: Python 2.7
Added file: http://bugs.python.org/file13551/iglob_main.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5655>
_______________________________________


More information about the New-bugs-announce mailing list