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 ubershmekel
Recipients elsdoerfer, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, rhettinger, ubershmekel
Date 2012-04-01.12:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333282486.34.0.300291546851.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
I found this comprehensive description of the '**' convention at http://www.codeproject.com/Articles/2809/Recursive-patterned-File-Globbing that can translate directly to unittests.

I'd like to fix the patch for these specs but should it be in a new rglob function or in the existing glob.glob()? I think it should be a new one to avoid any edge-case compatibility concerns even though on face value there shouldn't be any.
History
Date User Action Args
2012-04-01 12:14:46ubershmekelsetrecipients: + ubershmekel, rhettinger, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, elsdoerfer
2012-04-01 12:14:46ubershmekelsetmessageid: <1333282486.34.0.300291546851.issue13968@psf.upfronthosting.co.za>
2012-04-01 12:14:45ubershmekellinkissue13968 messages
2012-04-01 12:14:45ubershmekelcreate