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

2009-07-07 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc 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

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

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___