summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-10-09 05:54:12 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-10-09 05:54:12 (GMT)
commit0ad475e9b981844680503de6594594fcbd4dad5b (patch)
treeedce4e8ff0aedc22d8854c0dcd183c2241dc57ae /Misc
parentca2f0d06f104b6d25ed1475aecde9d10451e488f (diff)
parent3b8c54748912fb961dc1d18954b10d45650a5a21 (diff)
downloadcpython-0ad475e9b981844680503de6594594fcbd4dad5b.zip
cpython-0ad475e9b981844680503de6594594fcbd4dad5b.tar.gz
cpython-0ad475e9b981844680503de6594594fcbd4dad5b.tar.bz2
Fixed wrong issue number in NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c521eb0..cc16b43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 3.7.0 alpha 1
Core and Builtins
-----------------
-- Issue #26801: Added C implementation of asyncio.Future.
+- Issue #26081: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
- Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().