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:08:35
SpamBayes Score 0.0023414355
Marked as misclassified No
Message-id <1328828916.12.0.156054342567.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
@antoine: no, my description involves recursion.  It assumes that the path portion of the glob specifies the directories to *start* from, but that the filename glob portion then applies recursively to any of those start directories.

The alternative interpretation of the pattern, that it is fully matched against the CWD, takes you back to having to explain what '..' means when matched against a given location in the recursion, starting with the CWD.  I clearly don't have a good intuition about that.
History
Date User Action Args
2012-02-09 23:08:36r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, eli.bendersky, ubershmekel
2012-02-09 23:08:36r.david.murraysetmessageid: <1328828916.12.0.156054342567.issue13968@psf.upfronthosting.co.za>
2012-02-09 23:08:35r.david.murraylinkissue13968 messages
2012-02-09 23:08:35r.david.murraycreate