diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-06-30 01:59:07 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-06-30 01:59:07 (GMT) |
commit | 7ce6a96469fe8621e0bf0318b0b6be1fd2cdce93 (patch) | |
tree | bf3abdb25f8835826130f8b1d5e2151957513bb9 /Misc | |
parent | 808335ff803650f32e3a1f930fd409fccc3ffe2c (diff) | |
download | cpython-7ce6a96469fe8621e0bf0318b0b6be1fd2cdce93.zip cpython-7ce6a96469fe8621e0bf0318b0b6be1fd2cdce93.tar.gz cpython-7ce6a96469fe8621e0bf0318b0b6be1fd2cdce93.tar.bz2 |
after 2.7.8
Diffstat (limited to 'Misc')
-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.9? +========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.8? =========================== |