summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-04-20 08:19:55 (GMT)
committerLarry Hastings <larry@hastings.org>2015-04-20 08:19:55 (GMT)
commit1acdb95965928a103dc4222c245931daf7c3fedf (patch)
treee4ef3d4359a230dd59d0cbc448c5e1404e9da840 /Misc
parent103e57a713d3d292924b9b89047f7c3ff8d2d28b (diff)
parent7e9d1d1a1b8ec4db9b9b6789b448c4202ab84b48 (diff)
downloadcpython-1acdb95965928a103dc4222c245931daf7c3fedf.zip
cpython-1acdb95965928a103dc4222c245931daf7c3fedf.tar.gz
cpython-1acdb95965928a103dc4222c245931daf7c3fedf.tar.bz2
Merge Python 3.5.0a4 release engineering commits.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03c0fd5..24fb78e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,12 @@ Core and Builtins
Library
-------
+- 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