This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dsm001
Recipients dsm001, georg.brandl
Date 2009-04-01.17:24:14
SpamBayes Score 5.9440924e-07
Marked as misclassified No
Message-id <1238606658.05.0.0385441814822.issue5655@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-01 17:24:19dsm001setrecipients: + dsm001, georg.brandl
2009-04-01 17:24:18dsm001setmessageid: <1238606658.05.0.0385441814822.issue5655@psf.upfronthosting.co.za>
2009-04-01 17:24:16dsm001linkissue5655 messages
2009-04-01 17:24:15dsm001create