diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 12:21:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 12:21:25 (GMT) |
commit | ac76833033fa4c20c7092a49a34b5e79016334a9 (patch) | |
tree | 7440d35529b586354bf87520420df49951ac11c1 /Misc | |
parent | 77cc86f873cd88da0c6e114a895c8df322c1ac2b (diff) | |
download | cpython-ac76833033fa4c20c7092a49a34b5e79016334a9.zip cpython-ac76833033fa4c20c7092a49a34b5e79016334a9.tar.gz cpython-ac76833033fa4c20c7092a49a34b5e79016334a9.tar.bz2 |
Post-release update.
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 3.3.1? +=========================== + +*Release date: XX-XXX-2012* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.3.0? =========================== |