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 eli.bendersky, eric.araujo, giampaolo.rodola, ncoghlan, pitrou, r.david.murray, ubershmekel
Date 2012-02-09.16:27:02
SpamBayes Score 0.002628803
Marked as misclassified No
Message-id <1328804822.85.0.876588316612.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
> This would be quirky. I don't think '..' should be treated specially.
> (there's also the symlinks problem)

Again with 'a/b/c/d' and let's add a file 'a/b/png'.

If the curdir is 'c' and you use rglob('../pn*') you won won't find '../png' as you would be walking only in the curdir. I think that route would mean we should document double dots aren't supported.
History
Date User Action Args
2012-02-09 16:27:02ubershmekelsetrecipients: + ubershmekel, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, eli.bendersky
2012-02-09 16:27:02ubershmekelsetmessageid: <1328804822.85.0.876588316612.issue13968@psf.upfronthosting.co.za>
2012-02-09 16:27:02ubershmekellinkissue13968 messages
2012-02-09 16:27:02ubershmekelcreate