
report at bugs
Jul 7, 2009, 7:54 AM
Post #1 of 1
(138 views)
Permalink
|
|
[issue665336] win32 os.path.normpath not correct for leading slash cases
|
|
Amaury Forgeot d'Arc <amauryfa [at] gmail> 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> <http://bugs.python.org/issue665336> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|