diff options
| author | Benjamin Peterson <benjamin@python.org> | 2014-01-19 03:31:27 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2014-01-19 03:31:27 (GMT) |
| commit | a96860c91cabb94675c25435e8d11443abb70db7 (patch) | |
| tree | 841e96aaaa4340446fdb38883475cf4a1876f02a | |
| parent | 3836593a2d9d8958325f3c312abb9207d47f87e6 (diff) | |
| download | cpython-a96860c91cabb94675c25435e8d11443abb70db7.zip cpython-a96860c91cabb94675c25435e8d11443abb70db7.tar.gz cpython-a96860c91cabb94675c25435e8d11443abb70db7.tar.bz2 | |
correct news entry for #18574
| -rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,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. |
