From 3b8c54748912fb961dc1d18954b10d45650a5a21 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 9 Oct 2016 14:53:44 +0900 Subject: [PATCH] Fixed wrong issue number in NEWS --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index a3f2451ae1d..c8552668942 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().