]> granicus.if.org Git - python/commit
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Mar 2015 09:51:37 +0000 (11:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Mar 2015 09:51:37 +0000 (11:51 +0200)
commitc0a23e63207984304027f298eefc738b6b3c94b1
treef950a9b7abfb6e0b0d146e6439204df774a83364
parent4a7cc8847276df27c8f52987cda619ca279687c2
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
not as stringified enum.  Patch by Demian Brecht.
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS