]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 5 Mar 2013 09:26:33 +0000 (01:26 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 5 Mar 2013 09:26:33 +0000 (01:26 -0800)
commit24431f180203905ab882c18c7149d903b6b3c629
tree90831018748baea1438d62c0c4108b2bb8052ed4
parentf7f8972a59b5ca93a07653da041b375a15fb3755
parentc37f835a431822a4756a272c248e3c8e3211443a
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when  send_error includes a message in addition to error
status. Patch contributed by Karl.
Lib/http/server.py
Misc/NEWS