diff options
author | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
commit | 4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1 (patch) | |
tree | 3aa45483fa44f16d0d64413ee5789c371d4c8a33 /Misc | |
parent | 7e246179047d33bd467bcab673b3ecc1944f91a4 (diff) | |
download | cpython-3.3.3rc2.zip cpython-3.3.3rc2.tar.gz cpython-3.3.3rc2.tar.bz2 |
Bump to 3.3.3rc2.v3.3.3rc2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 | ||||
-rw-r--r-- | Misc/RPM/python-3.3.spec | 2 |
2 files changed, 7 insertions, 4 deletions
@@ -2,14 +2,17 @@ Python News +++++++++++ -What's New in Python 3.3.3? -=========================== +What's New in Python 3.3.3 release candidate 2? +=============================================== -*Release date: XX-Nov-2013* +*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 diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec index c324559..8e2a012 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.3rc2 %define libvers 3.3 #--end constants-- %define release 1pydotorg |