Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4e2d82cf
Commit
4e2d82cf
authored
Apr 20, 2015
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- move some NEWS items to 3.5.0 beta 1
parent
f75d4a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
Misc/NEWS
Misc/NEWS
+10
-10
No files found.
Misc/NEWS
View file @
4e2d82cf
...
@@ -13,6 +13,16 @@ Core and Builtins
...
@@ -13,6 +13,16 @@ Core and Builtins
Library
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
?
What'
s
New
in
Python
3.5.0
alpha
4
?
===================================
===================================
...
@@ -49,16 +59,6 @@ Core and Builtins
...
@@ -49,16 +59,6 @@ Core and Builtins
Library
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
#
16914
:
new
debuglevel
2
in
smtplib
adds
timestamps
to
debug
output
.
-
Issue
#
7159
:
urllib
.
request
now
supports
sending
auth
credentials
-
Issue
#
7159
:
urllib
.
request
now
supports
sending
auth
credentials
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment