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.22:48:48
SpamBayes Score 0.0010911385
Marked as misclassified No
Message-id <1328827730.46.0.969112517812.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know, is it?  From what has been said so far I'd expect */c/d/*.py to look for *.py files in all c/d subdirectories of direct subdirectories of the current directory, and subdirectories of those c/d directories.  But I wouldn't expect the c/d matching to go any deeper than that one level.  Whereas with Nick's formulation, I would.  And I know at a glance, without reading any documentation, what Nick's formulation does, whereas I very much don't with rglob.
History
Date User Action Args
2012-02-09 22:48:50r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, eli.bendersky, ubershmekel
2012-02-09 22:48:50r.david.murraysetmessageid: <1328827730.46.0.969112517812.issue13968@psf.upfronthosting.co.za>
2012-02-09 22:48:49r.david.murraylinkissue13968 messages
2012-02-09 22:48:48r.david.murraycreate