[Python-checkins] cpython (3.5): Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.

larry.hastings python-checkins at python.org
Tue Aug 25 23:25:11 CEST 2015


https://hg.python.org/cpython/rev/975451f118dc
changeset:   97504:975451f118dc
branch:      3.5
user:        Larry Hastings <larry at hastings.org>
date:        Tue Aug 25 13:41:35 2015 -0700
summary:
  Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.

files:
  Misc/NEWS |  36 ++++++++++++++++++------------------
  1 files changed, 18 insertions(+), 18 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,28 +28,28 @@
 - Issue #21167: NAN operations are now handled correctly when python is
   compiled with ICC even if -fp-model strict is not specified.
 
-Library
--------
-
-- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
-
-- Issue #24839: platform._syscmd_ver raises DeprecationWarning
-
-- Issue #24867: Fix Task.get_stack() for 'async def' coroutines
-
-
-What's New in Python 3.5.0 release candidate 1?
-===============================================
-
-Release date: 2015-08-09
-
-Core and Builtins
------------------
-
 - Issue #24492: A "package" lacking a __name__ attribute when trying to perform
   a ``from .. import ...`` statement will trigger an ImportError instead of an
   AttributeError.
 
+Library
+-------
+
+- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
+
+- Issue #24839: platform._syscmd_ver raises DeprecationWarning
+
+- Issue #24867: Fix Task.get_stack() for 'async def' coroutines
+
+
+What's New in Python 3.5.0 release candidate 1?
+===============================================
+
+Release date: 2015-08-09
+
+Core and Builtins
+-----------------
+
 - Issue #24667: Resize odict in all cases that the underlying dict resizes.
 
 Library

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


More information about the Python-checkins mailing list