[Python-checkins] cpython (merge 3.5 -> default): Moved Misc/NEWS entries to correct section and fix formatting.

serhiy.storchaka python-checkins at python.org
Tue May 26 09:28:01 CEST 2015


https://hg.python.org/cpython/rev/3ac1a8bb7563
changeset:   96298:3ac1a8bb7563
parent:      96293:f16ae8ec5553
parent:      96297:2f59747dba6c
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue May 26 10:26:53 2015 +0300
summary:
  Moved Misc/NEWS entries to correct section and fix formatting.

files:
  Misc/NEWS |  16 ++++++++--------
  1 files changed, 8 insertions(+), 8 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,12 +57,6 @@
 - Issue #23290:  Optimize set_merge() for cases where the target is empty.
   (Contributed by Serhiy Storchaka.)
 
-- 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
@@ -187,6 +181,12 @@
   (utf8/internationalized email) and automatically encodes non-ASCII
   usernames and passwords to UTF8.
 
+- 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(), assertRaisesRegex(), assertWarns() and
   assertWarnsRegex() checks now emits a deprecation warning when callable is
   None or keyword arguments except msg is passed in the context manager mode.
@@ -3527,7 +3527,7 @@
 - Issue #19782: imaplib now supports SSLContext.check_hostname and server name
   indication for TLS/SSL connections.
 
-- Issue 20123: Fix pydoc.synopsis() for "binary" modules.
+- Issue #20123: Fix pydoc.synopsis() for "binary" modules.
 
 - Issue #19834: Support unpickling of exceptions pickled by Python 2.
 
@@ -6797,7 +6797,7 @@
 
 - Issue #15940: Specify effect of locale on time functions.
 
-- Issue 17538: Document XML vulnerabilties
+- Issue #17538: Document XML vulnerabilties
 
 - Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
   Patch by Ramchandra Apte

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list