From: Berker Peksag Date: Sat, 23 Apr 2016 22:51:31 +0000 (+0300) Subject: Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation X-Git-Tag: v3.6.0a1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=557326eed326467a8609dd5dfd9f1576797173f0;p=thirdparty%2FPython%2Fcpython.git 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. --- 557326eed326467a8609dd5dfd9f1576797173f0