commit | 7be651c7aad8e4d46012205811b58ef127b08e0e | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Fri Jun 09 16:34:29 2017 -0400 |
committer | GitHub <noreply@github.com> | Fri Jun 09 16:34:29 2017 -0400 |
tree | 3b5bf69c04d825471fc47db14f74fa8a461dc4e3 | |
parent | 74921ed8941fce14c2a53dc7280f43eb01fe4ed8 [diff] |
bpo-27585: Add a NEWS entry for #1031 (#2036)
diff --git a/Misc/NEWS b/Misc/NEWS index a8aff86..c013639 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -350,6 +350,9 @@ 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'.