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 serhiy.storchaka
Recipients AlexWaygood, barneygale, eric.araujo, eryksun, pitrou, serhiy.storchaka, terry.reedy
Date 2022-02-21.10:33:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645439588.18.0.575714214415.issue46733@roundup.psfhosted.org>
In-reply-to
Content
> In the long run, it would be better to migrate the implementations in the other direction. Rewrite genericpath, ntpath, posixpath, and parts of shutil to use PurePath and Path objects.

pathlib does not allow to distinguish "path" from "path/".
History
Date User Action Args
2022-02-21 10:33:08serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, eric.araujo, eryksun, barneygale, AlexWaygood
2022-02-21 10:33:08serhiy.storchakasetmessageid: <1645439588.18.0.575714214415.issue46733@roundup.psfhosted.org>
2022-02-21 10:33:08serhiy.storchakalinkissue46733 messages
2022-02-21 10:33:08serhiy.storchakacreate