diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-26 19:08:51 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-26 19:08:51 (GMT) |
commit | 6ed442c48dd7f8d3097e688a36bc027df3271621 (patch) | |
tree | 64ee7c4057f3f862a4522f2020eb1f89883bb96c /Misc | |
parent | f74c33ad5c94f1f07f574336dc2d5a6345acdcc7 (diff) | |
parent | cc9afa9b517fd66bad148f546055985ad87bc816 (diff) | |
download | cpython-6ed442c48dd7f8d3097e688a36bc027df3271621.zip cpython-6ed442c48dd7f8d3097e688a36bc027df3271621.tar.gz cpython-6ed442c48dd7f8d3097e688a36bc027df3271621.tar.bz2 |
Issue #10513: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins Library ------- +- Issue #10513: Fix a regression in Connection.commit(). Statements should + not be reset after a commit. + - Issue #12319: Chunked transfer encoding support added to http.client.HTTPConnection requests. The urllib.request.AbstractHTTPHandler class does not enforce a Content-Length |