summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-10-21 03:30:15 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-10-21 03:30:15 (GMT)
commita83636247e3de138e017a04474236ef5aa8b4f4a (patch)
tree1ab8a9a8dba1c7969860de6b7298404b3420ec36 /Misc
parent56b2cf5e8564c7221a42675d35aaa0d0c503365e (diff)
downloadcpython-a83636247e3de138e017a04474236ef5aa8b4f4a.zip
cpython-a83636247e3de138e017a04474236ef5aa8b4f4a.tar.gz
cpython-a83636247e3de138e017a04474236ef5aa8b4f4a.tar.bz2
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
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 3760bc7..0ce27de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Core and Builtins
Library
-------
+- Issue #28448: Fix C implemented asyncio.Future didn't work on Windows.
+
- Issue #28480: Fix error building socket module when multithreading is
disabled.