]> 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:22:57 +0000 (01:22 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 5 Mar 2013 09:22:57 +0000 (01:22 -0800)
commit3fb066d286af3ec5b89b871628b01081deda9039
tree826f2b93c5d42e1d45e9f909821d82090ff8be31
parent44d5214927e428e6837310fb0cb694b42f6d8bb6
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