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 EungJun.Yi
Recipients EungJun.Yi
Date 2012-05-14.18:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337018472.12.0.402228310257.issue14809@psf.upfronthosting.co.za>
In-reply-to
Content
This patch add HTTP status codes introduced by RFC 6585, to http.client and http.server.

428 Precondition Required
429 Too Many Requests
431 Request Header Fields Too Large
511 Network Authentication Required
History
Date User Action Args
2012-05-14 18:01:12EungJun.Yisetrecipients: + EungJun.Yi
2012-05-14 18:01:12EungJun.Yisetmessageid: <1337018472.12.0.402228310257.issue14809@psf.upfronthosting.co.za>
2012-05-14 18:01:11EungJun.Yilinkissue14809 messages
2012-05-14 18:01:11EungJun.Yicreate