File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949- Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
5050 decoding unicode literals.
51-
51+
5252Documentation
5353-------------
5454
@@ -74,17 +74,11 @@ What's New in Python 2.7.10 release candidate 1?
7474Core and Builtins
7575-----------------
7676
77- - Issue #20274: When calling a _sqlite.Connection, it now complains if passed
78- any keyword arguments. Previously it silently ignored them.
79-
8077- Issue #23971: Fix underestimated presizing in dict.fromkeys().
8178
8279- Issue #23757: PySequence_Tuple() incorrectly called the concrete list API
8380 when the data was a list subclass.
8481
85- - Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
86- METH_VARARGS methods on _sqlite.Connection.
87-
8882- Issue #23629: Fix the default __sizeof__ implementation for variable-sized
8983 objects.
9084
@@ -98,6 +92,12 @@ Library
9892
9993- The keywords attribute of functools.partial is now always a dictionary.
10094
95+ - Issue #20274: When calling a _sqlite.Connection, it now complains if passed
96+ any keyword arguments. Previously it silently ignored them.
97+
98+ - Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
99+ METH_VARARGS methods on _sqlite.Connection.
100+
101101- Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
102102 successful if the callable is None.
103103
You can’t perform that action at this time.
0 commit comments