summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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