summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-20 19:54:20 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-20 19:54:20 (GMT)
commita4b884f9009e9797e8bb7f8c9e797b4f033dd37e (patch)
tree2fde8b0eb3839d17740aa05f0d8cc5e86c9aec83 /Misc
parent82919ec44ff49aa2343ed433705efdc76b24b5c5 (diff)
downloadcpython-a4b884f9009e9797e8bb7f8c9e797b4f033dd37e.zip
cpython-a4b884f9009e9797e8bb7f8c9e797b4f033dd37e.tar.gz
cpython-a4b884f9009e9797e8bb7f8c9e797b4f033dd37e.tar.bz2
Issue #28492: Fix how StopIteration is raised in _asyncio.Future
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2936e3a..3760bc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Library
- Issue #20766: Fix references leaked by pdb in the handling of SIGINT
handlers.
+- Issue #28492: Fix how StopIteration exception is raised in _asyncio.Future.
+
Build
-----