[Python-checkins] cpython (merge 3.5 -> default): Corrected empty lines in Misc/NEWS.

serhiy.storchaka python-checkins at python.org
Mon Jul 6 19:05:28 CEST 2015


https://hg.python.org/cpython/rev/7c74ece3bb16
changeset:   96864:7c74ece3bb16
parent:      96860:8681d2fa6a4d
parent:      96863:78dc519d055c
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Jul 06 20:04:21 2015 +0300
summary:
  Corrected empty lines in Misc/NEWS.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -645,7 +645,6 @@
 - Issue #23310: Fix MagicMock's initializer to work with __methods__, just
   like configure_mock().  Patch by Kasia Jachim.
 
-
 Build
 -----
 
@@ -1643,6 +1642,7 @@
 
 - Issue #23392: Added tests for marshal C API that works with FILE*.
 
+
 - Issue #10510: distutils register and upload methods now use HTML standards
   compliant CRLF line endings.
 
@@ -2831,6 +2831,7 @@
 - Issue #22980: .pyd files with a version and platform tag (for example,
   ".cp35-win32.pyd") will now be loaded in preference to those without tags.
 
+
 What's New in Python 3.4.0?
 ===========================
 
@@ -3466,6 +3467,7 @@
 - Issue #12837: Silence a tautological comparison warning on OS X under Clang in
   socketmodule.c.
 
+
 What's New in Python 3.4.0 Beta 2?
 ==================================
 
@@ -3841,6 +3843,7 @@
 - Issue #19976: Argument Clinic METH_NOARGS functions now always
   take two parameters.
 
+
 What's New in Python 3.4.0 Beta 1?
 ==================================
 
@@ -4311,6 +4314,7 @@
 - Issue #19390: Argument Clinic no longer accepts malformed Python
   and C ids.
 
+
 What's New in Python 3.4.0 Alpha 4?
 ===================================
 
@@ -4540,6 +4544,7 @@
   options like -fwrapv were overridden and thus not used, which could result
   in broken interpreters when building with clang.
 
+
 What's New in Python 3.4.0 Alpha 3?
 ===================================
 
@@ -4924,6 +4929,7 @@
 - Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
   their version strings to stdout, and not to sderr.
 
+
 What's New in Python 3.4.0 Alpha 1?
 ===================================
 
@@ -5493,6 +5499,7 @@
   when \r\n appears at end of 65535 bytes without other newlines.
 
 - Issue #18076: Introduce importlib.util.decode_source().
+
 - Issue #18357: add tests for dictview set difference.
   Patch by Fraser Tweedale.
 

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


More information about the Python-checkins mailing list