]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #10513: Merge from 3.5
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 26 Aug 2016 19:08:51 +0000 (22:08 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 26 Aug 2016 19:08:51 +0000 (22:08 +0300)
1  2 
Misc/NEWS
Modules/_sqlite/connection.c

diff --cc Misc/NEWS
index 6d9ffa3288b826ecdee10e5da2dd9cc1c4d61518,f9e2d09ebd430f650cd0bb0196ecc487c66a75b7..43606f3e2dbed83cb7bf16b7ec36f9492fb736d0
+++ b/Misc/NEWS
@@@ -46,14 -29,30 +46,17 @@@ Core and Builtin
  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
 +  header any more.  If a HTTP request has a non-empty body, but no
 +  Content-Length header, and the content length cannot be determined
 +  up front, rather than throwing an error, the library now falls back
 +  to use chunked transfer encoding.
 +
  - A new version of typing.py from https://github.com/python/typing:
    - Collection (only for 3.6) (Issue #27598)
    - Add FrozenSet to __all__ (upstream #261)
Simple merge