diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-23 20:24:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-23 20:24:13 (GMT) |
commit | aec813993f2e8fe3c07549073c57432231c8dd04 (patch) | |
tree | 138e969404a74e089a3817e26751a5b4a11fb25e /Misc | |
parent | 6909ab5e8a2d0ddaea2c5e0c95f72136ad8b323d (diff) | |
download | cpython-aec813993f2e8fe3c07549073c57432231c8dd04.zip cpython-aec813993f2e8fe3c07549073c57432231c8dd04.tar.gz cpython-aec813993f2e8fe3c07549073c57432231c8dd04.tar.bz2 |
add 2.7.5 header
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ Python News +++++++++++ +What's New in Python 2.7.5? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.4? =========================== |