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 r.david.murray
Recipients Filip.Malczak, r.david.murray
Date 2014-03-12.16:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394640644.28.0.352730660983.issue20898@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like that's not the only code that was missed (I see 102 is also not listed).

What happened was that the responses table was originally part of urllib2, and was moved into httplib (back when it was httplib).  But httplib had more response codes in it than the urllib2 did, apparently.

I think it makes sense to make them consistent (add the missing ones to responses), even though it is not clear that the constants are used anywhere.

I wonder if it makes sense to use an Enum here somehow...
History
Date User Action Args
2014-03-12 16:10:44r.david.murraysetrecipients: + r.david.murray, Filip.Malczak
2014-03-12 16:10:44r.david.murraysetmessageid: <1394640644.28.0.352730660983.issue20898@psf.upfronthosting.co.za>
2014-03-12 16:10:44r.david.murraylinkissue20898 messages
2014-03-12 16:10:44r.david.murraycreate