[New-bugs-announce] [issue14809] Add HTTP status codes introduced by RFC 6585

EungJun Yi report at bugs.python.org
Mon May 14 20:01:12 CEST 2012


New submission from EungJun Yi <semtlenori at gmail.com>:

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

----------
components: Library (Lib)
files: rfc6585.patch
keywords: patch
messages: 160651
nosy: EungJun.Yi
priority: normal
severity: normal
status: open
title: Add HTTP status codes introduced by RFC 6585
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file25582/rfc6585.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14809>
_______________________________________


More information about the New-bugs-announce mailing list