Message213266
I find it strange, that in http.client module we have variable:
INSUFFICIENT_STORAGE = 507
yet in responses (dict mapping int codes to descriptions) 507 is missing.
It's probably just mistake caused by short dev memory, fix is easy: add line:
507: 'Insufficient storage',
between lines 208 and 209 (just after mapping for 505).
Sorry, if this isn't well formatted issue, or if I specified wrong metadata.
I'm working on Python 3.3.2+ (automatically installed in LUbuntu 13.10), and I don't know whether it was fixed in later versions. |
|
Date |
User |
Action |
Args |
2014-03-12 15:14:04 | Filip.Malczak | set | recipients:
+ Filip.Malczak |
2014-03-12 15:14:04 | Filip.Malczak | set | messageid: <1394637244.26.0.361164120424.issue20898@psf.upfronthosting.co.za> |
2014-03-12 15:14:04 | Filip.Malczak | link | issue20898 messages |
2014-03-12 15:14:04 | Filip.Malczak | create | |
|