summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-17 08:17:18 (GMT)
committerGeorg Brandl <georg@python.org>2013-11-17 08:17:18 (GMT)
commit497b3943a30a66028bb3ca5b455c00bc3952e2aa (patch)
treedfd5724db88aa545a92ef67304381d4472a56fef /Misc
parent2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a (diff)
parent7a5cf6ce041fefd63ba8b088464901e6052bd9e7 (diff)
downloadcpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.zip
cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.gz
cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.bz2
merge with 3.3.3 release clone
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS38
-rw-r--r--Misc/RPM/python-3.3.spec2
2 files changed, 34 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d5d0637..4c0109d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
Python News
+++++++++++
-What's New in Python 3.3.4?
-===========================
+What's New in Python 3.3.4 release candidate 1?
+===============================================
-*Not yet released, see sections below for changes released in 3.3.2*
+*Not yet released, see sections below for changes released in 3.3.3*
Core and Builtins
-----------------
@@ -42,8 +42,6 @@ Library
- Issue #19286: Directories in ``package_data`` are no longer added to
the filelist, preventing failure outlined in the ticket.
-- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
-
Tests
-----
@@ -58,6 +56,36 @@ Tests
Build
-----
+
+What's New in Python 3.3.3?
+===========================
+
+*Release date: 17-Nov-2013*
+
+No changes from release candidate 2.
+
+
+What's New in Python 3.3.3 release candidate 2?
+===============================================
+
+*Release date: 11-Nov-2013*
+
+Library
+-------
+
+- Issue #19227: Any re-seeding of the OpenSSL RNG on fork has been removed;
+ this should be handled by OpenSSL itself or by the application.
+
+- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
+
+Tests
+-----
+
+- Issue #18964: Fix test_tcl when run with Tcl/Tk versions < 8.5.
+
+Build
+-----
+
- Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as Matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec
index c324559..b8b57e2 100644
--- a/Misc/RPM/python-3.3.spec
+++ b/Misc/RPM/python-3.3.spec
@@ -39,7 +39,7 @@
%define name python
#--start constants--
-%define version 3.3.3rc1
+%define version 3.3.3
%define libvers 3.3
#--end constants--
%define release 1pydotorg