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 smarie
Recipients eric.smith, eryksun, serhiy.storchaka, smarie, veky, zbysz
Date 2021-09-10.08:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631263102.08.0.316162947386.issue44452@roundup.psfhosted.org>
In-reply-to
Content
+1 on this, I am totally in line with the original post.

The / operator semantics should not imply any notion of drive or of "cd" command on a shell. It should simply stick to "concatenate", i.e. "create child path" (and actually this is what the doc states https://docs.python.org/3/library/pathlib.html#operators ) 

Thanks Zbyszek for putting this on the table !
History
Date User Action Args
2021-09-10 08:38:22smariesetrecipients: + smarie, eric.smith, zbysz, serhiy.storchaka, eryksun, veky
2021-09-10 08:38:22smariesetmessageid: <1631263102.08.0.316162947386.issue44452@roundup.psfhosted.org>
2021-09-10 08:38:22smarielinkissue44452 messages
2021-09-10 08:38:21smariecreate