summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-11 05:13:54 (GMT)
committerGeorg Brandl <georg@python.org>2013-11-11 05:13:54 (GMT)
commit4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1 (patch)
tree3aa45483fa44f16d0d64413ee5789c371d4c8a33 /Misc/NEWS
parent7e246179047d33bd467bcab673b3ecc1944f91a4 (diff)
downloadcpython-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/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dfb6068..21783ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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