summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-10-09 05:53:44 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-10-09 05:53:44 (GMT)
commit3b8c54748912fb961dc1d18954b10d45650a5a21 (patch)
treeb58cd5eaa0221a63880053068f97cd88040a34be /Misc
parent9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf (diff)
downloadcpython-3b8c54748912fb961dc1d18954b10d45650a5a21.zip
cpython-3b8c54748912fb961dc1d18954b10d45650a5a21.tar.gz
cpython-3b8c54748912fb961dc1d18954b10d45650a5a21.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 a3f2451..c855266 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 3.6.0 beta 2
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().