Amaury Forgeot d'Arc <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue665336> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
