diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-18 22:32:05 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-18 22:32:05 -0500 |
commit | bd22d39bae7f52f291ab9a374185ef4f8e5ff174 (patch) | |
tree | 8d918b46a10db64dd071e7d9f8c3b0c32dcff32d | |
parent | c28ab08887ae1de3a759d77a227f4a2c8d9c918f (diff) | |
parent | a96860c91cabb94675c25435e8d11443abb70db7 (diff) | |
download | cpython-git-bd22d39bae7f52f291ab9a374185ef4f8e5ff174.tar.gz |
merge 3.3 (#18574)
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ Core and Builtins Library ------- -- Issue #18574: Fixed handling of 100-continue reply from server in - http.client.HTTPConnection. Patch by Nikolaus Rath. +- Issue #18574: Added missing newline in 100-Continue reply from + http.server.BaseHTTPRequestHandler. Patch by Nikolaus Rath. - Issue #20270: urllib.urlparse now supports empty ports. |