diff options
author | Georg Brandl <georg@python.org> | 2013-10-28 07:06:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-28 07:06:50 (GMT) |
commit | 9b513bf6ca704f465ec4030dc572bc5d627bafac (patch) | |
tree | 6d967a315a4778e193bd88293b4c8fc3a6ed7368 | |
parent | 94764b24aacfb9b46b217bd2bf964b722279ff0b (diff) | |
download | cpython-9b513bf6ca704f465ec4030dc572bc5d627bafac.zip cpython-9b513bf6ca704f465ec4030dc572bc5d627bafac.tar.gz cpython-9b513bf6ca704f465ec4030dc572bc5d627bafac.tar.bz2 |
Add news entry for 3.3.3 final.
-rw-r--r-- | Misc/NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |