]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 23 Apr 2016 22:51:31 +0000 (01:51 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 23 Apr 2016 22:51:31 +0000 (01:51 +0300)
* Explain how 'error_message_format' is used by 'send_error' method
* Mention that 'responses' is used by 'send_response_only' and 'send_error' methods
* Replace 'class variables' with 'attributes'

Initial patch by Anastasia Filatova.

1  2 
Doc/library/http.server.rst

Simple merge