]> 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:23:44 +0000 (01:23 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 5 Mar 2013 09:23:44 +0000 (01:23 -0800)
commitc37f835a431822a4756a272c248e3c8e3211443a
tree799db752752eccd55fcf1c3ffb98c0c66b520852
parent2e8d9a799d9827faa4b9bcd981959422b63e629e
parent3fb066d286af3ec5b89b871628b01081deda9039
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