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.23:47:21
SpamBayes Score 0.00310535
Marked as misclassified No
Message-id <1328831242.83.0.88963307892.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, OK, so what you are saying is that rglob returns the concatenation of the results of running ls with the argument glob in each subdirectory of a walk starting with the current directory, except that the returned names have paths anchored in the current directory?
History
Date User Action Args
2012-02-09 23:47:22r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, eli.bendersky, ubershmekel
2012-02-09 23:47:22r.david.murraysetmessageid: <1328831242.83.0.88963307892.issue13968@psf.upfronthosting.co.za>
2012-02-09 23:47:21r.david.murraylinkissue13968 messages
2012-02-09 23:47:21r.david.murraycreate