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 r.david.murray
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-09.21:01:04
SpamBayes Score 0.0009094601
Marked as misclassified No
Message-id <1328821265.89.0.813404517248.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
Well, in that case I would expect that the argument 'c/*.py' would start walking in the c directory, but I definitely did not get that impression from Antoine's explanation of how the function works.

I again advocate separating the starting path specification from the glob specification, with the latter not allowing directories.  A two argument function.
History
Date User Action Args
2012-02-09 21:01:05r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, eli.bendersky, ubershmekel
2012-02-09 21:01:05r.david.murraysetmessageid: <1328821265.89.0.813404517248.issue13968@psf.upfronthosting.co.za>
2012-02-09 21:01:04r.david.murraylinkissue13968 messages
2012-02-09 21:01:04r.david.murraycreate