[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Aurora
Aurora added the comment: @eryksun So modify the documentation to note that they're operable on both platforms. I've seen that ntpath worked on my Linux system, but the documentation was misleading. -- ___ Python tracker

[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Eryk Sun
Eryk Sun added the comment: No, ntpath and posixpath are cross-platform. They are tested on all platforms, and the os.path documentation lists them and notes that "you can also import and use the individual modules if you want to manipulate a path that is always in one of the different forma

[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Aurora
New submission from Aurora : 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 L

[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Aurora
Change by Aurora : -- components: +Library (Lib) -Interpreter Core type: behavior -> ___ Python tracker ___ ___ Python-bugs-list ma