[Python-checkins] cpython (3.6): Fixed wrong issue number in NEWS

inada.naoki python-checkins at python.org
Sun Oct 9 01:54:19 EDT 2016


https://hg.python.org/cpython/rev/f8d84a3c9e86
changeset:   104408:f8d84a3c9e86
branch:      3.6
parent:      104406:678424183b38
user:        INADA Naoki <songofacandy at gmail.com>
date:        Sun Oct 09 14:53:44 2016 +0900
summary:
  Fixed wrong issue number in NEWS

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 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().

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list