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 python-dev
Recipients benhoyt, python-dev, scott.dial, serhiy.storchaka, vstinner
Date 2015-03-12.08:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150312081301.30072.80709@psf.io>
In-reply-to
Content
New changeset 1a972140ab62 by Victor Stinner in branch 'default':
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
https://hg.python.org/cpython/rev/1a972140ab62
History
Date User Action Args
2015-03-12 08:13:04python-devsetrecipients: + python-dev, scott.dial, vstinner, benhoyt, serhiy.storchaka
2015-03-12 08:13:04python-devlinkissue23605 messages
2015-03-12 08:13:04python-devcreate