[issue665336] win32 os.path.normpath not correct for leading slash cases

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jul 7 16:54:30 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

On Windows, os.path.normpath(r"\\x\y\z") must return the string
unchanged, because this is the syntax for UNC paths:
    \\server\share\file.txt

Closing as invalid.

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue665336>
_______________________________________


More information about the Python-bugs-list mailing list