File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ Core and Builtins
1313Library
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
1727What's New in Python 3.5.0 alpha 4?
1828===================================
@@ -49,16 +59,6 @@ Core and Builtins
4959Library
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
You can’t perform that action at this time.
0 commit comments