This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jimjjewett
Recipients jimjjewett
Date 2007-09-18.20:22:53
SpamBayes Score 0.007435169
Marked as misclassified No
Message-id <1190146973.85.0.192058090901.issue1177@psf.upfronthosting.co.za>
In-reply-to
Content
Under the http protocol, any 2xx response is OK.

urllib.py and urllib2.py hardcoded only response 200 (the most common).


http://bugs.python.org/issue912845 added 206 as acceptable to urllib2, but 
not any other 20x responses.  (It also didn't fix urllib.)

Suggested for 2.6, as it does change behavior.

(Also see duplicate http://bugs.python.org/issue971965 which I will try to 
close after opening this. )
History
Date User Action Args
2007-09-18 20:22:54jimjjewettsetspambayes_score: 0.00743517 -> 0.007435169
recipients: + jimjjewett
2007-09-18 20:22:53jimjjewettsetspambayes_score: 0.00743517 -> 0.00743517
messageid: <1190146973.85.0.192058090901.issue1177@psf.upfronthosting.co.za>
2007-09-18 20:22:53jimjjewettlinkissue1177 messages
2007-09-18 20:22:53jimjjewettcreate