diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-10-09 05:53:44 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-10-09 05:53:44 (GMT) |
commit | 3b8c54748912fb961dc1d18954b10d45650a5a21 (patch) | |
tree | b58cd5eaa0221a63880053068f97cd88040a34be /Misc | |
parent | 9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf (diff) | |
download | cpython-3b8c54748912fb961dc1d18954b10d45650a5a21.zip cpython-3b8c54748912fb961dc1d18954b10d45650a5a21.tar.gz cpython-3b8c54748912fb961dc1d18954b10d45650a5a21.tar.bz2 |
Fixed wrong issue number in NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). |