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-08-13.21:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565730280.06.0.125282890423.issue37834@roundup.psfhosted.org>
In-reply-to
Content
I think we'll want issue9949 merged as well, so that ntpath.realpath() does its job. Certainly the tests would benefit from it.

Until then, I think it makes sense for os.readlink() to handle the prefix and _getfinalpathname() call, but leave nt.readlink() as returning the raw value.
History
Date User Action Args
2019-08-13 21:04:40steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-08-13 21:04:40steve.dowersetmessageid: <1565730280.06.0.125282890423.issue37834@roundup.psfhosted.org>
2019-08-13 21:04:40steve.dowerlinkissue37834 messages
2019-08-13 21:04:39steve.dowercreate