diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-07 09:51:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-07 09:51:37 (GMT) |
commit | c0a23e63207984304027f298eefc738b6b3c94b1 (patch) | |
tree | f950a9b7abfb6e0b0d146e6439204df774a83364 /Misc/NEWS | |
parent | 4a7cc8847276df27c8f52987cda619ca279687c2 (diff) | |
download | cpython-c0a23e63207984304027f298eefc738b6b3c94b1.zip cpython-c0a23e63207984304027f298eefc738b6b3c94b1.tar.gz cpython-c0a23e63207984304027f298eefc738b6b3c94b1.tar.bz2 |
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
not as stringified enum. Patch by Demian Brecht.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, + not as stringified enum. Patch by Demian Brecht. + - Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on certificate stores when it is available. |