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 opensource-assist
Recipients opensource-assist
Date 2020-01-13.10:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578913081.93.0.570366653364.issue39319@roundup.psfhosted.org>
In-reply-to
Content
According to https://docs.python.org/dev/library/undoc.html the 'ntpath' module is an "Implementation of os.path on Win32 and Win64 platforms".
Just like all other Windows-specific modules(like winreg),'ntpath' must not be available for use on a POSIX system like Linux.
I guess that 'posixpath' is also available on Windows, that if it is, it must not be available too.
History
Date User Action Args
2020-01-13 10:58:01opensource-assistsetrecipients: + opensource-assist
2020-01-13 10:58:01opensource-assistsetmessageid: <1578913081.93.0.570366653364.issue39319@roundup.psfhosted.org>
2020-01-13 10:58:01opensource-assistlinkissue39319 messages
2020-01-13 10:58:01opensource-assistcreate