Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e2d82c

Browse files
committed
- move some NEWS items to 3.5.0 beta 1
1 parent f75d4a7 commit 4e2d82c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Misc/NEWS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Core and Builtins
1313
Library
1414
-------
1515

16+
- Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't
17+
increment unfinished tasks (this bug was introduced when
18+
JoinableQueue was merged with Queue).
19+
20+
- Issue #23908: os functions now reject paths with embedded null character
21+
on Windows instead of silently truncate them.
22+
23+
- Issue #23728: binascii.crc_hqx() could return an integer outside of the range
24+
0-0xffff for empty data.
25+
1626

1727
What's New in Python 3.5.0 alpha 4?
1828
===================================
@@ -49,16 +59,6 @@ Core and Builtins
4959
Library
5060
-------
5161

52-
- Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't
53-
increment unfinished tasks (this bug was introduced when
54-
JoinableQueue was merged with Queue).
55-
56-
- Issue #23908: os functions now reject paths with embedded null character
57-
on Windows instead of silently truncate them.
58-
59-
- Issue #23728: binascii.crc_hqx() could return an integer outside of the range
60-
0-0xffff for empty data.
61-
6262
- Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
6363

6464
- Issue #7159: urllib.request now supports sending auth credentials

0 commit comments

Comments
 (0)