diff options
author | Larry Hastings <larry@hastings.org> | 2015-04-20 08:19:55 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-04-20 08:19:55 (GMT) |
commit | 1acdb95965928a103dc4222c245931daf7c3fedf (patch) | |
tree | e4ef3d4359a230dd59d0cbc448c5e1404e9da840 /Misc | |
parent | 103e57a713d3d292924b9b89047f7c3ff8d2d28b (diff) | |
parent | 7e9d1d1a1b8ec4db9b9b6789b448c4202ab84b48 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |