From: INADA Naoki Date: Sun, 9 Oct 2016 05:53:44 +0000 (+0900) Subject: Fixed wrong issue number in NEWS X-Git-Tag: v3.6.0b2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b8c54748912fb961dc1d18954b10d45650a5a21;p=python Fixed wrong issue number in NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index a3f2451ae1..c855266894 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().