Charles-Francois Natali <neolo...@free.fr> added the comment:

It's a dupe of http://bugs.python.org/issue8035.

By the way, it works with 2.7 because urllib used HTTP 1.0 by default, and in 
py3k it now uses HTTP 1.1.
And from what I understood (by I'm by no means an http expert), in http 1.0 the 
server was required to close the connection following a 302, and this 
requirement was lifted in http 1.1.

----------
nosy: +neologix

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

Reply via email to