diff options
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 |