diff options
author | Georg Brandl <georg@python.org> | 2013-03-26 14:09:40 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-26 14:09:40 +0100 |
commit | c40f97f8beaacfb834d3f4f22d581e37dd82c14d (patch) | |
tree | 9dc0c07b12f6a13cad4c26dc2caa99b153b48da8 | |
parent | dbc5f8c39bdc2a6b16ef59125f9fa872e765b327 (diff) | |
download | cpython-git-c40f97f8beaacfb834d3f4f22d581e37dd82c14d.tar.gz |
NEWS: add new header for Python 3.3.2
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,12 +2,16 @@ Python News +++++++++++ -What's New in Python 3.3.1? +What's New in Python 3.3.2? =========================== *Not yet released, see sections below for changes released in 3.3.0* -.. *Release date: 2013-XX-XX* + +What's New in Python 3.3.1? +=========================== + +*Release date: 07-Apr-2013* Core and Builtins ----------------- |