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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b8c54748912fb961dc1d18954b10d45650a5a21;p=thirdparty%2FPython%2Fcpython.git Fixed wrong issue number in NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index a3f2451ae1db..c85526689428 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().