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 db
Recipients db
Date 2020-12-29.04:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609215479.73.0.163162738943.issue42777@roundup.psfhosted.org>
In-reply-to
Content
pathlib.WindowsPath[0] does not implement is_mount but ntpath implements and offers a ismount[1] method. Perhaps WindowsPath is_mount can make use of ntpath.ismount ?



[0] https://github.com/python/cpython/blob/master/Lib/pathlib.py#L1578
[1] https://github.com/python/cpython/blob/master/Lib/ntpath.py#L248
History
Date User Action Args
2020-12-29 04:17:59dbsetrecipients: + db
2020-12-29 04:17:59dbsetmessageid: <1609215479.73.0.163162738943.issue42777@roundup.psfhosted.org>
2020-12-29 04:17:59dblinkissue42777 messages
2020-12-29 04:17:59dbcreate