summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-04-20 19:05:23 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2015-04-20 19:05:23 (GMT)
commit4e2d82cfbceebf3237c956c56176bdc08f816283 (patch)
treefbc00b3bb88ca3b05767817c97a38d1e6d552da4
parentf75d4a7ad00af30dea81e478915696c7106ff3ec (diff)
downloadcpython-4e2d82cfbceebf3237c956c56176bdc08f816283.zip
cpython-4e2d82cfbceebf3237c956c56176bdc08f816283.tar.gz
cpython-4e2d82cfbceebf3237c956c56176bdc08f816283.tar.bz2
- move some NEWS items to 3.5.0 beta 1
-rw-r--r--Misc/NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9af716..5e31bd0 100644
--- 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