Senthil Kumaran <orsent...@gmail.com> added the comment:

cgohlke, thanks for the patches and sorry for the delay. The fix however is not 
to replace the %HH character of '|' with '|', in the nturl2path, but the keep 
the '|' as safe character in the urllib.urlopen.

-        fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]")
+        fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")

Fixed in the revision 78268 with tests added.

----------
assignee:  -> orsenthil
resolution:  -> fixed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to