bpo-27585: Add a NEWS entry for #1031 (#2036)

This commit is contained in:
Yury Selivanov 2017-06-09 16:34:29 -04:00 committed by GitHub
parent 74921ed894
commit 7be651c7aa
1 changed files with 3 additions and 0 deletions

View File

@ -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'.