]> granicus.if.org Git - python/commitdiff
Fixed wrong issue number in NEWS
authorINADA Naoki <songofacandy@gmail.com>
Sun, 9 Oct 2016 05:53:44 +0000 (14:53 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Sun, 9 Oct 2016 05:53:44 +0000 (14:53 +0900)
Misc/NEWS

index a3f2451ae1dbbc7887bde397769cae7abf2d3bf0..c8552668942820e95c71b6f04d0807f5faa3e0a3 100644 (file)
--- 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().