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 Filip.Malczak
Recipients Filip.Malczak
Date 2014-03-12.15:14:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394637244.26.0.361164120424.issue20898@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-12 15:14:04Filip.Malczaksetrecipients: + Filip.Malczak
2014-03-12 15:14:04Filip.Malczaksetmessageid: <1394637244.26.0.361164120424.issue20898@psf.upfronthosting.co.za>
2014-03-12 15:14:04Filip.Malczaklinkissue20898 messages
2014-03-12 15:14:04Filip.Malczakcreate