Message213268
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... |
|
Date |
User |
Action |
Args |
2014-03-12 16:10:44 | r.david.murray | set | recipients:
+ r.david.murray, Filip.Malczak |
2014-03-12 16:10:44 | r.david.murray | set | messageid: <1394640644.28.0.352730660983.issue20898@psf.upfronthosting.co.za> |
2014-03-12 16:10:44 | r.david.murray | link | issue20898 messages |
2014-03-12 16:10:44 | r.david.murray | create | |
|