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/NEWS | |
parent | 7e246179047d33bd467bcab673b3ecc1944f91a4 (diff) | |
download | cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.zip cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.gz cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.bz2 |
Bump to 3.3.3rc2.v3.3.3rc2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 6 insertions, 3 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 |