diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-26 01:15:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-26 01:15:39 (GMT) |
commit | 016487b54e73fa021cf2503cb9247fe94595836d (patch) | |
tree | 4cd0a24871ae20e3606b6c5a1bb44a541352045a | |
parent | eeab49a8a497b5ba44d712ed95e8d951a0b3e755 (diff) | |
download | cpython-016487b54e73fa021cf2503cb9247fe94595836d.zip cpython-016487b54e73fa021cf2503cb9247fe94595836d.tar.gz cpython-016487b54e73fa021cf2503cb9247fe94595836d.tar.bz2 |
add 2.7.10 news section
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 2.7.10? +============================ + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.9 release candidate 1? =============================================== |