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-18.10:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150318103122.16922.39164@psf.io>
In-reply-to
Content
New changeset 4fb829f8c04d by Victor Stinner in branch 'default':
Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because
https://hg.python.org/cpython/rev/4fb829f8c04d
History
Date User Action Args
2015-03-18 10:31:26python-devsetrecipients: + python-dev, scott.dial, vstinner, benhoyt, serhiy.storchaka
2015-03-18 10:31:25python-devlinkissue23605 messages
2015-03-18 10:31:25python-devcreate