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 eryksun
Recipients AlexWaygood, barneygale, eric.araujo, eryksun, pitrou, serhiy.storchaka
Date 2022-02-16.01:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644976164.81.0.378447377412.issue46733@roundup.psfhosted.org>
In-reply-to
Content
> I'm planning to learn more heavily on posixpath + ntpath in 
> pathlib once bpo-44136 is done. I think that would be a good 
> time to introduce is_mount() support on Windows.

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. Using path objects instead of generic strings should improve the implementation of os.path and shutil, in addition to ensuring consistency with pathlib. However, that's a long-term goal that doesn't preclude using os.path and shutil as needed now, such as relying on os.path.ismount().
History
Date User Action Args
2022-02-16 01:49:24eryksunsetrecipients: + eryksun, pitrou, eric.araujo, serhiy.storchaka, barneygale, AlexWaygood
2022-02-16 01:49:24eryksunsetmessageid: <1644976164.81.0.378447377412.issue46733@roundup.psfhosted.org>
2022-02-16 01:49:24eryksunlinkissue46733 messages
2022-02-16 01:49:24eryksuncreate