summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-08 14:37:49 (GMT)
committerLarry Hastings <larry@hastings.org>2015-05-08 14:37:49 (GMT)
commit01b08836021809de5423410f606495a2551f2aef (patch)
treebd9f22527b8a76cbd88f1c3db5e3393678de87c1 /Misc/NEWS
parent7e63b36f7f6975b3d7590fc1c12caf04c39b2e7e (diff)
downloadcpython-01b08836021809de5423410f606495a2551f2aef.zip
cpython-01b08836021809de5423410f606495a2551f2aef.tar.gz
cpython-01b08836021809de5423410f606495a2551f2aef.tar.bz2
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 79c705c..d01f525 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
+ METH_VARARGS methods on _sqlite.Connection.
+
- Issue #24096: Make warnings.warn_explicit more robust against mutation of the
warnings.filters list.