diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-08 14:45:10 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-08 14:45:10 (GMT) |
commit | 3b12e957a70b52d7a7123298a1a0a27fccf392da (patch) | |
tree | 19fb0b80e6186b8cdea76f1ae15ba188a7806e6d /Misc | |
parent | 809325459750897bedd393893869a076fa6655a6 (diff) | |
parent | 01b08836021809de5423410f606495a2551f2aef (diff) | |
download | cpython-3b12e957a70b52d7a7123298a1a0a27fccf392da.zip cpython-3b12e957a70b52d7a7123298a1a0a27fccf392da.tar.gz cpython-3b12e957a70b52d7a7123298a1a0a27fccf392da.tar.bz2 |
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments. Previously it silently ignored them.
Also: merge related change from 3.4, also reported on Issue #20274.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ Release date: 2015-04-24 Core and Builtins ----------------- +- Issue #20274: When calling a _sqlite.Connection, it now complains if passed + any keyword arguments. Previously it silently ignored them. + +- Issue #20274: Remove ignored and erroneous "kwargs" parameters from three + METH_VARARGS methods on _sqlite.Connection. + - Issue #2292: PEP 448: Additional Unpacking Generalizations. - Issue #24096: Make warnings.warn_explicit more robust against mutation of the |