summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-06-09 20:34:29 (GMT)
committerGitHub <noreply@github.com>2017-06-09 20:34:29 (GMT)
commit7be651c7aad8e4d46012205811b58ef127b08e0e (patch)
tree3b5bf69c04d825471fc47db14f74fa8a461dc4e3 /Misc/NEWS
parent74921ed8941fce14c2a53dc7280f43eb01fe4ed8 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a8aff86..c013639 100644
--- 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'.