]> granicus.if.org Git - python/commitdiff
NEWS update for asyncio.
authorGuido van Rossum <guido@python.org>
Sun, 26 Jan 2014 01:30:19 +0000 (17:30 -0800)
committerGuido van Rossum <guido@python.org>
Sun, 26 Jan 2014 01:30:19 +0000 (17:30 -0800)
Misc/NEWS

index 316ffbe636889fb6d466b7c465d34668331b7bc1..918739135f317fa6cf6d9ef6bb63f5d0db0e2f64 100644 (file)
--- 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