Fixed wrong issue number in NEWS

This commit is contained in:
INADA Naoki 2016-10-09 14:54:12 +09:00
commit 0ad475e9b9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ What's New in Python 3.7.0 alpha 1
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().