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 eric.araujo
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, ubershmekel
Date 2012-02-08.17:18:47
SpamBayes Score 0.00017040045
Marked as misclassified No
Message-id <1328721528.42.0.910527627686.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
>>> list(glob.rglob('*/setu*.py'))

It looks quite strange to me that '/' should be allowed in a function that recurses down directories (see my messages above).  OTOH fnmatch is not really appropriate, contrary to my earlier feeling.

(Restoring my title change: as my messages were apparently overlooked, I assume that Eli did not revert my change on purpose but by replying to older email)
History
Date User Action Args
2012-02-08 17:18:48eric.araujosetrecipients: + eric.araujo, ncoghlan, pitrou, giampaolo.rodola, eli.bendersky, ubershmekel
2012-02-08 17:18:48eric.araujosetmessageid: <1328721528.42.0.910527627686.issue13968@psf.upfronthosting.co.za>
2012-02-08 17:18:47eric.araujolinkissue13968 messages
2012-02-08 17:18:47eric.araujocreate