[issue11474] url2pathname() handling of '/C|/' on Windows

2011-04-13 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in all the codelines. Thanks for the patch, Santoso. -- assignee: -> orsenthil resolution: -> fixed status: open -> closed ___ Python tracker

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset de0da2759c8c by Senthil Kumaran in branch '3.1': Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows http://hg.python.org/cpython/rev/de0da2759c8c -- ___ Python tracker

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4556f17356f2 by Senthil Kumaran in branch '2.7': Fix Issue11474 - url2pathname() handling of '/C|/' on Windows http://hg.python.org/cpython/rev/4556f17356f2 -- nosy: +python-dev __

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-27 Thread Santoso Wijaya
Santoso Wijaya added the comment: Fixing patch... -- Added file: http://bugs.python.org/file21433/nt2urlpath.patch ___ Python tracker ___ ___

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-27 Thread Santoso Wijaya
Changes by Santoso Wijaya : Removed file: http://bugs.python.org/file21105/nturl2path.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-13 Thread Santoso Wijaya
Changes by Santoso Wijaya : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-13 Thread Santoso Wijaya
Santoso Wijaya added the comment: Oops, wrong library name in patch comment. -- Added file: http://bugs.python.org/file21105/nturl2path.patch ___ Python tracker ___

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-13 Thread Santoso Wijaya
Changes by Santoso Wijaya : Removed file: http://bugs.python.org/file21104/nturl2path.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, orsenthil, tim.golden stage: -> patch review versions: +Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___ ___

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-13 Thread Santoso Wijaya
Santoso Wijaya added the comment: I agree. Attaching a patch with a fix and unittest. -- keywords: +patch nosy: +santa4nt Added file: http://bugs.python.org/file21104/nturl2path.patch ___ Python tracker __

[issue11474] url2pathname() handling of '/C|/' on Windows

2011-03-12 Thread Bastian Kleineidam
New submission from Bastian Kleineidam : Python 2.7 on Windows converts the URL path '/C|/' to a naked drive letter 'C:'. C:\src>c:\Python27\python.exe -c "import urllib;print urllib.url2pathname('/C|/')" C: C:\src> Expected and I believe the correct output would be C:\, not C:. Reason is that