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 veky
Recipients eric.smith, veky, zbysz
Date 2021-06-27.04:44:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624769052.74.0.0939703427847.issue44452@roundup.psfhosted.org>
In-reply-to
Content
It doesn't make sense to "concatenate" one absolute path to another. / has a simple explanation: if you start at /foo, and then do cd bar, you'll end up in /foo/bar. But if you start at /foo, and then do cd /bar, you'll end up in /bar.

You mean, some of your users write '/some/path' when they mean 'some/path'? Then the users should be educated about the difference. These are not the same, just like '../some/path' is not the same as them, and '~some/path' is again something very different.
History
Date User Action Args
2021-06-27 04:44:12vekysetrecipients: + veky, eric.smith, zbysz
2021-06-27 04:44:12vekysetmessageid: <1624769052.74.0.0939703427847.issue44452@roundup.psfhosted.org>
2021-06-27 04:44:12vekylinkissue44452 messages
2021-06-27 04:44:11vekycreate