[Python-checkins] cpython (3.3): NEWS: add new header for Python 3.3.2
georg.brandl
python-checkins at python.org
Tue Mar 26 14:10:23 CET 2013
http://hg.python.org/cpython/rev/801e1c3258d8
changeset: 82967:801e1c3258d8
branch: 3.3
parent: 82965:a11ee592af02
user: Georg Brandl <georg at python.org>
date: Tue Mar 26 14:09:40 2013 +0100
summary:
NEWS: add new header for Python 3.3.2
files:
Misc/NEWS | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,12 +2,16 @@
Python News
+++++++++++
+What's New in Python 3.3.2?
+===========================
+
+*Not yet released, see sections below for changes released in 3.3.0*
+
+
What's New in Python 3.3.1?
===========================
-*Not yet released, see sections below for changes released in 3.3.0*
-
-.. *Release date: 2013-XX-XX*
+*Release date: 07-Apr-2013*
Core and Builtins
-----------------
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list