diff options
author | Yury Selivanov <yury@magic.io> | 2017-06-09 20:34:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 20:34:29 (GMT) |
commit | 7be651c7aad8e4d46012205811b58ef127b08e0e (patch) | |
tree | 3b5bf69c04d825471fc47db14f74fa8a461dc4e3 /Misc/NEWS | |
parent | 74921ed8941fce14c2a53dc7280f43eb01fe4ed8 (diff) | |
download | cpython-7be651c7aad8e4d46012205811b58ef127b08e0e.zip cpython-7be651c7aad8e4d46012205811b58ef127b08e0e.tar.gz cpython-7be651c7aad8e4d46012205811b58ef127b08e0e.tar.bz2 |
bpo-27585: Add a NEWS entry for #1031 (#2036)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'. |