diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-10-21 03:30:15 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-10-21 03:30:15 (GMT) |
commit | a83636247e3de138e017a04474236ef5aa8b4f4a (patch) | |
tree | 1ab8a9a8dba1c7969860de6b7298404b3420ec36 /Misc | |
parent | 56b2cf5e8564c7221a42675d35aaa0d0c503365e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |