This commit is contained in:
Benjamin Peterson 2014-01-18 22:32:05 -05:00
commit bd22d39bae
1 changed files with 2 additions and 2 deletions

View File

@ -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.