Commit 902176be authored by Serhiy Storchaka's avatar Serhiy Storchaka

Moved Misc/NEWS entries to correct section and fix formatting.

parent fdd70ae4
...@@ -48,7 +48,7 @@ IDLE ...@@ -48,7 +48,7 @@ IDLE
- Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for - Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
decoding unicode literals. decoding unicode literals.
Documentation Documentation
------------- -------------
...@@ -74,17 +74,11 @@ What's New in Python 2.7.10 release candidate 1? ...@@ -74,17 +74,11 @@ What's New in Python 2.7.10 release candidate 1?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments. Previously it silently ignored them.
- Issue #23971: Fix underestimated presizing in dict.fromkeys(). - Issue #23971: Fix underestimated presizing in dict.fromkeys().
- Issue #23757: PySequence_Tuple() incorrectly called the concrete list API - Issue #23757: PySequence_Tuple() incorrectly called the concrete list API
when the data was a list subclass. when the data was a list subclass.
- Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.
- Issue #23629: Fix the default __sizeof__ implementation for variable-sized - Issue #23629: Fix the default __sizeof__ implementation for variable-sized
objects. objects.
...@@ -98,6 +92,12 @@ Library ...@@ -98,6 +92,12 @@ Library
- The keywords attribute of functools.partial is now always a dictionary. - The keywords attribute of functools.partial is now always a dictionary.
- 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 #24134: assertRaises() and assertRaisesRegexp() checks are not longer - Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
successful if the callable is None. successful if the callable is None.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment