]> granicus.if.org Git - python/commitdiff
- move some NEWS items to 3.5.0 beta 1
authordoko@ubuntu.com <doko@ubuntu.com>
Mon, 20 Apr 2015 19:05:23 +0000 (21:05 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Mon, 20 Apr 2015 19:05:23 +0000 (21:05 +0200)
Misc/NEWS

index e9af7169f15af389d3eaad9966a80e6a8bc574db..5e31bd0a5452dd06aeaf5afa293ba2f2671606e8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,16 @@ Core and Builtins
 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 @@ Core and Builtins
 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