[issue3991] urllib.request.urlopen does not handle non-ASCII characters

Graham Oliver report at bugs.python.org
Thu May 29 03:21:55 CEST 2014


Graham Oliver added the comment:

hello
I came across this bug when using 'ā' in a url
To get around the problem I used the 'URL encoded' version '%C4%81' instead of 'ā'
See this page
http://www.charbase.com/0101-unicode-latin-small-letter-a-with-macron
I tried using the 'puny code' for 'ā' 'xn--yda' but that didn't work

----------
nosy: +Graham.Oliver

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3991>
_______________________________________


More information about the Python-bugs-list mailing list