[Python-checkins] cpython: - move some NEWS items to 3.5.0 beta 1

matthias.klose python-checkins at python.org
Mon Apr 20 21:05:31 CEST 2015


https://hg.python.org/cpython/rev/ccac513ee610
changeset:   95744:ccac513ee610
user:        doko at ubuntu.com
date:        Mon Apr 20 21:05:23 2015 +0200
summary:
   - move some NEWS items to 3.5.0 beta 1

files:
  Misc/NEWS |  20 ++++++++++----------
  1 files changed, 10 insertions(+), 10 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,16 @@
 Library
 -------
 
+- Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't
+  increment unfinished tasks (this bug was introduced when
+  JoinableQueue was merged with Queue).
+
+- Issue #23908: os functions now reject paths with embedded null character
+  on Windows instead of silently truncate them.
+
+- Issue #23728: binascii.crc_hqx() could return an integer outside of the range
+  0-0xffff for empty data.
+
 
 What's New in Python 3.5.0 alpha 4?
 ===================================
@@ -49,16 +59,6 @@
 Library
 -------
 
-- Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't
-  increment unfinished tasks (this bug was introduced when
-  JoinableQueue was merged with Queue).
-
-- Issue #23908: os functions now reject paths with embedded null character
-  on Windows instead of silently truncate them.
-
-- Issue #23728: binascii.crc_hqx() could return an integer outside of the range
-  0-0xffff for empty data.
-
 - Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
 
 - Issue #7159: urllib.request now supports sending auth credentials

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


More information about the Python-checkins mailing list