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
5bc03e92
Commit
5bc03e92
authored
Feb 07, 2014
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More asyncio news.
parent
543cd7e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
Misc/NEWS
Misc/NEWS
+10
-4
No files found.
Misc/NEWS
View file @
5bc03e92
...
...
@@ -77,12 +77,18 @@ Library
select.epoll.poll(), selectors.PollSelector.poll() and
selectors.EpollSelector.poll(). For example, a timeout of one microsecond
(1e-6) is now rounded to one millisecondi (1e-3), instead of being rounded to
zero.
zero. However, the granularity property and asyncio'
s
resolution
feature
were
removed
again
.
- asyncio: Some refactoring; add write flow control to unix pipes;
support wait_for(f, None); don'
t
log
broken
/
disconnected
pipes
;
use
-
asyncio
:
Some
refactoring
;
various
fixes
;
add
write
flow
control
to
unix
pipes
;
Future
.
set_exception
()
instantiates
the
exception
argument
if
it
is
a
class
;
improved
proactor
pipe
transport
;
support
wait_for
(
f
,
None
);
don
't log broken/disconnected pipes; use
ValueError instead of assert for forbidden subprocess_{shell,exec}
arguments
.
(
More
to
follow
--
a
convenience
API
for
subprocesses
.)
arguments; added a convenience API for subprocess management; added
StreamReader.at_eof(); properly handle duplicate coroutines/futures
in gather(), wait(), as_completed(); use a bytearray for buffering
in StreamReader; and more.
- Issue #20288: fix handling of invalid numeric charrefs in HTMLParser.
...
...
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