]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit557326eed326467a8609dd5dfd9f1576797173f0
treedc22e9821f323d150e1fedfcedb9c4bff980ba9f
parent745145a7dadd05713a9f927096bc977792d7484b
parent0269828320920b307ca20746ec70e8f63af64089
Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation

* 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.
Doc/library/http.server.rst