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 skeo
Recipients SilentGhost, docs@python, serhiy.storchaka, skeo
Date 2019-05-24.02:32:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558665135.89.0.587115865605.issue37019@roundup.psfhosted.org>
In-reply-to
Content
I can see how this change would be backward incompatible, however the current behaviour seems inconsistent with the way pathlib functions otherwise. Within two lines of code, the same path object can be pointing to two completely different locations simply because it's being used as the src argument to create a symlimk. That's counter to my understanding of the whole point of pathlib.

With regard to relative_to, I've found this issue, which doesn't seem to have been touched since 2016. https://bugs.python.org/issue20012
I'm new here, what's the best way to bump an issue?
History
Date User Action Args
2019-05-24 02:32:15skeosetrecipients: + skeo, SilentGhost, docs@python, serhiy.storchaka
2019-05-24 02:32:15skeosetmessageid: <1558665135.89.0.587115865605.issue37019@roundup.psfhosted.org>
2019-05-24 02:32:15skeolinkissue37019 messages
2019-05-24 02:32:15skeocreate