Jim Jewett
added the comment:
Jafo: His fix is great for urllib2, but the same issue applies to the
original urllib.
The ticket should not be closed until a similar fix is made to lines 330 and
417 of urllib.py.
That is, change
"if errcode == 200:" to "if 200 <= errcode < 300:"
(Or, if rejecting the change, add a comment saying that it is left that way
intentionally for backwards compatibility.)
-jJ
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1177>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com