Skip to content

Commit 4cfd29f

Browse files
Moved Misc/NEWS entries to correct section and fix formatting.
1 parent 13b69a4 commit 4cfd29f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ IDLE
4848

4949
- Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
5050
decoding unicode literals.
51-
51+
5252
Documentation
5353
-------------
5454

@@ -74,17 +74,11 @@ What's New in Python 2.7.10 release candidate 1?
7474
Core 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

0 commit comments

Comments
 (0)