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 ncoghlan
Recipients eric.araujo, giampaolo.rodola, ncoghlan, neologix, pitrou, vstinner
Date 2012-02-14.03:22:08
SpamBayes Score 0.00013584507
Marked as misclassified No
Message-id <1329189729.95.0.872063380238.issue13229@psf.upfronthosting.co.za>
In-reply-to
Content
WalkDir attempts to handle symlink loops, but the test suite doesn't currently ensure that that handling works as expected (I did some initial manual tests and haven't updated it since, though).

It's... not trivial: https://bitbucket.org/ncoghlan/walkdir/src/1b239056e9d5/walkdir.py#cl-163
History
Date User Action Args
2012-02-14 03:22:10ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, giampaolo.rodola, eric.araujo, neologix
2012-02-14 03:22:09ncoghlansetmessageid: <1329189729.95.0.872063380238.issue13229@psf.upfronthosting.co.za>
2012-02-14 03:22:09ncoghlanlinkissue13229 messages
2012-02-14 03:22:08ncoghlancreate