NEWS update for asyncio.

This commit is contained in:
Guido van Rossum 2014-01-25 17:30:19 -08:00
parent fef7098ef9
commit d6fb2c7629
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@ Core and Builtins
Library
-------
- asyncio: Various improvements and small changes not all covered by
issues listed below. E.g. wait_for() now cancels the inner task if
the timeout occcurs; tweaked the set of exported symbols; renamed
Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now
uses a separate context manager; readexactly() raises if not enough
data was read; PTY support tweaks.
- Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
between the resolution of the BaseEventLoop.time() method and the resolution
of the selector. The granuarility is used in the scheduler to round time and