diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-08 09:45:58 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-08 09:45:58 (GMT) |
commit | 40de69ac588cece85fd3ed7fad06cdfdaf8f5e6a (patch) | |
tree | 050a0298638d1ccc2d272c8590a5277a12cd7bd1 /Misc | |
parent | 58f016909e7feead26d9c6e772a96a66b6e9f970 (diff) | |
parent | e42e129ebec9918adcae6f93b18bb6652f29c3fe (diff) | |
download | cpython-40de69ac588cece85fd3ed7fad06cdfdaf8f5e6a.zip cpython-40de69ac588cece85fd3ed7fad06cdfdaf8f5e6a.tar.gz cpython-40de69ac588cece85fd3ed7fad06cdfdaf8f5e6a.tar.bz2 |
Issue #25738: Merge HTTP server from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -787,6 +787,7 @@ Arkady Koplyarov Peter A. Koren Марк Коренберг Vlad Korolev +Susumu Koshiba Joseph Koshy Daniel Kozan Jerzy Kozera @@ -27,6 +27,11 @@ Core and Builtins Library ------- +- Issue #25738: Stop http.server.BaseHTTPRequestHandler.send_error() from + sending a message body for 205 Reset Content. Also, don't send Content + header fields in responses that don't have a body. Patch by Susumu + Koshiba. + - Issue #21313: Fix the "platform" module to tolerate when sys.version contains truncated build information. |