]> granicus.if.org Git - python/commit
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 5 Mar 2013 09:21:13 +0000 (01:21 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 5 Mar 2013 09:21:13 +0000 (01:21 -0800)
commitc74e764c21307cf484f60ec1b24d1f5cf3a8b496
tree1eff240f127c83fa7a4b87ba62dbf59e06e400de
parent757408a2f3f52a253bdd52de07b8e9a1e9e73384
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/BaseHTTPServer.py
Misc/NEWS