mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
- move some NEWS items to 3.5.0 beta 1
This commit is contained in:
parent
f75d4a7ad0
commit
4e2d82cfbc
1 changed files with 10 additions and 10 deletions
20
Misc/NEWS
20
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue