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 pitrou
Recipients eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-10.00:42:45
SpamBayes Score 0.0012732345
Marked as misclassified No
Message-id <1328834396.3422.3.camel@localhost.localdomain>
In-reply-to <1328831242.83.0.88963307892.issue13968@psf.upfronthosting.co.za>
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?

Yup.
History
Date User Action Args
2012-02-10 00:42:46pitrousetrecipients: + pitrou, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky, ubershmekel
2012-02-10 00:42:46pitroulinkissue13968 messages
2012-02-10 00:42:45pitroucreate