Fixed wrong issue number in NEWS

This commit is contained in:
INADA Naoki 2016-10-09 14:53:44 +09:00
parent 9e4e38ecd2
commit 3b8c547489
1 changed files with 1 additions and 1 deletions

View File

@ -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().