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 vstinner
Recipients benhoyt, python-dev, scott.dial, serhiy.storchaka, vstinner
Date 2015-03-12.09:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426153215.99.0.200364847835.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
walk_added_symlink_to_dir-2.patch: Ok, here is a new patch, now with tests.

Without the fix on os.walk(), WalkTests.test_add_dir_symlink() fails, whereas FwalkTests.test_add_dir_symlink() pass.
History
Date User Action Args
2015-03-12 09:40:16vstinnersetrecipients: + vstinner, scott.dial, benhoyt, python-dev, serhiy.storchaka
2015-03-12 09:40:15vstinnersetmessageid: <1426153215.99.0.200364847835.issue23605@psf.upfronthosting.co.za>
2015-03-12 09:40:15vstinnerlinkissue23605 messages
2015-03-12 09:40:15vstinnercreate