diff --git a/Misc/NEWS b/Misc/NEWS index 316ffbe6368..918739135f3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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