bpo-27585: Add a NEWS entry for #1031 (#2036)
authorYury Selivanov <yury@magic.io>
Fri, 9 Jun 2017 20:34:29 +0000 (16:34 -0400)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 20:34:29 +0000 (16:34 -0400)
Misc/NEWS

index a8aff86ab09f78fad355f28fba2fcd17d2fa7a91..c01363955dc1864d5e770be82ad11859cb0c968e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@ Extension Modules
 Library
 -------
 
+- bpo-27585: Fix waiter cancellation in asyncio.Lock.
+  Patch by Mathieu Sornay.
+
 - bpo-30014: modify() method of poll(), epoll() and devpoll() based classes of
   selectors module is around 10% faster.  Patch by Giampaolo Rodola'.