[issue14809] Add HTTP status codes introduced by RFC 6585

Hynek Schlawack report at bugs.python.org
Tue May 15 13:48:41 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

EungYun,

After further research I've found two issue which you should fix before it can be checked in:

 - The multi-line strings are missing spaces at their line break (429 and 431).
 - The error codes are documented at http://hg.python.org/cpython/file/26b8ec8a7800/Doc/library/http.client.rst#l180 , so you should add the new ones there.
 - You should mention the new RFC at Lib/http/server.py#l576 .

Would you like to update your patch?

----------
stage: patch review -> needs patch

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


More information about the Python-bugs-list mailing list