[issue22248] urllib.request.urlopen raises exception when 30X-redirect url contains non-ascii chars

2015-04-11 Thread Martin Panter
Martin Panter added the comment: Same as Issue 17214 -- nosy: +vadmium resolution: - duplicate status: open - closed superseder: - http.client.HTTPConnection.putrequest encode error ___ Python tracker rep...@bugs.python.org

[issue22248] urllib.request.urlopen raises exception when 30X-redirect url contains non-ascii chars

2014-08-22 Thread Tomas Groth
New submission from Tomas Groth: Running this simple test script produces the traceback show below. import urllib.request page = urllib.request.urlopen('http://legacy.biblegateway.com/versions/?vid=DN1933action=getVersionInfo#books') Traceback (most recent call last): File stdin, line 1, in

[issue22248] urllib.request.urlopen raises exception when 30X-redirect url contains non-ascii chars

2014-08-22 Thread Tomas Groth
Tomas Groth added the comment: Small correction. Use this url for a working redirect instead of the one given at the end of the first comment: http://legacy.biblegateway.com/versions/?vid=ESVaction=getVersionInfo#books -- ___ Python tracker

[issue22248] urllib.request.urlopen raises exception when 30X-redirect url contains non-ascii chars

2014-08-22 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22248 ___ ___ Python-bugs-list mailing list