Martin Panter added the comment:

Graham: On my Linux computer, Curl seems to treat the test “URL” as a string of 
bytes and doesn’t percent encode it. Therefore you may be affected by Issue 
26717 which I fixed the other day. But in real life, URLs are meant to only 
have literal ASCII characters (even if they encode other characters), so this 
shouldn’t be a big problem. Compare IRI vs URI. Browsers tend to percent-encode 
using UTF-8.

----------

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

Reply via email to