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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-11.23:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570835001.84.0.963288087726.issue38453@roundup.psfhosted.org>
In-reply-to
Content
PR 16723 is just for the test fix.

The realpath() fix should get tests that chdir (without change_cwd()) into a symlink and then realpath() on a relative path. Today, that should fail to resolve the sections in the CWD, and with the fix it should resolve the entire path.
History
Date User Action Args
2019-10-11 23:03:21steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-10-11 23:03:21steve.dowersetmessageid: <1570835001.84.0.963288087726.issue38453@roundup.psfhosted.org>
2019-10-11 23:03:21steve.dowerlinkissue38453 messages
2019-10-11 23:03:21steve.dowercreate