]> granicus.if.org Git - python/commit
document the requestline and close_connection attributes, use real booleans, and...
authorBenjamin Peterson <benjamin@python.org>
Wed, 18 Feb 2015 02:11:10 +0000 (21:11 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 18 Feb 2015 02:11:10 +0000 (21:11 -0500)
commit70e2847347f9b4fd579e23cf2e2f329aab1faa5d
treecda69b03b9896741e75fd308075da8286a51a17a
parente7a2f64435d795712a766a088541b43dc7cee5b7
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)

Patch by Martin Panter.
Doc/library/http.server.rst
Lib/http/server.py
Lib/test/test_httpservers.py