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 benhoyt
Recipients benhoyt, python-dev, scott.dial, serhiy.storchaka, vstinner
Date 2015-03-12.02:56:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426128998.12.0.798475925215.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
Note specifically in the unsymlink() example Serhiy gave, you probably don't *want* os.walk() to recurse into a symlink-to-a-directory-that's-changed-to-a-directory, and you probably haven't thought about it doing so, so maybe the new behaviour is fine?
History
Date User Action Args
2015-03-12 02:56:38benhoytsetrecipients: + benhoyt, scott.dial, vstinner, python-dev, serhiy.storchaka
2015-03-12 02:56:38benhoytsetmessageid: <1426128998.12.0.798475925215.issue23605@psf.upfronthosting.co.za>
2015-03-12 02:56:38benhoytlinkissue23605 messages
2015-03-12 02:56:38benhoytcreate