summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-28 07:06:50 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-28 07:06:50 (GMT)
commit9b513bf6ca704f465ec4030dc572bc5d627bafac (patch)
tree6d967a315a4778e193bd88293b4c8fc3a6ed7368
parent94764b24aacfb9b46b217bd2bf964b722279ff0b (diff)
downloadcpython-9b513bf6ca704f465ec4030dc572bc5d627bafac.zip
cpython-9b513bf6ca704f465ec4030dc572bc5d627bafac.tar.gz
cpython-9b513bf6ca704f465ec4030dc572bc5d627bafac.tar.bz2
Add news entry for 3.3.3 final.
-rw-r--r--Misc/NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe56252..9872b30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,11 +2,20 @@
Python News
+++++++++++
+What's New in Python 3.3.3?
+===========================
+
+*Release date: XX-Nov-2013*
+
+Tests
+-----
+
+- Issue #18964: Fix test_tcl when run with Tcl/Tk versions < 8.5.
+
+
What's New in Python 3.3.3 release candidate 1?
===============================================
-.. *Not yet released, see sections below for changes released in 3.3.2*
-
*Release date: 27-Oct-2013*
Core and Builtins