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 jaraco
Recipients eryksun, jaraco, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-05-22.18:26:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590172011.8.0.504985560249.issue40654@roundup.psfhosted.org>
In-reply-to
Content
> I'll see if `realpath` satisfies the test suite needs for path pie.

I've tried replacing `readlink` with `realpath` and the tests still pass on Unix-like OSs, and also passes on Python 3.8 on Windows, but now fails on older Pythons on Windows.

Is there a backport of the new realpath for older Pythons? I see there's [one here](https://github.com/jaraco/jaraco.windows/blob/1318d7afce2a9257f5bd7342783fdb796462d66b/jaraco/windows/filesystem/backports.py#L7). I wonder if that one can be used.
History
Date User Action Args
2020-05-22 18:26:51jaracosetrecipients: + jaraco, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2020-05-22 18:26:51jaracosetmessageid: <1590172011.8.0.504985560249.issue40654@roundup.psfhosted.org>
2020-05-22 18:26:51jaracolinkissue40654 messages
2020-05-22 18:26:51jaracocreate