]> granicus.if.org Git - python/commit
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
authorHynek Schlawack <hs@ox.cx>
Wed, 16 May 2012 07:51:07 +0000 (09:51 +0200)
committerHynek Schlawack <hs@ox.cx>
Wed, 16 May 2012 07:51:07 +0000 (09:51 +0200)
commit51b2ed51f0cc18a69a1d53eb9f0f088c99681afc
treeef8f6e076a8a3324f0ca29fc5bc3609fcf389acd
parent313fbe21068038099cc4e57ae4bcd9e8a06e8b43
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client

Patch by EungJun Yi.
Doc/library/http.client.rst
Lib/http/client.py
Lib/http/server.py
Misc/ACKS
Misc/NEWS