summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2006-08-10 17:42:50 (GMT)
committerGuido van Rossum <guido@python.org>2006-08-10 17:42:50 (GMT)
commit133f4e465b5b0c1755fba75c9b4036534cf93538 (patch)
tree59b7045207fd7aecb3538f63af918de7e3581512 /Misc
parent9568b738ec3f52f1e82501e943ba9d67b77aa32a (diff)
downloadcpython-133f4e465b5b0c1755fba75c9b4036534cf93538.zip
cpython-133f4e465b5b0c1755fba75c9b4036534cf93538.tar.gz
cpython-133f4e465b5b0c1755fba75c9b4036534cf93538.tar.bz2
News item for SF bug 1112549.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7f17a4..6df8b0b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.5 release candidate 1?
-=============================================
+What's New in Python 2.5 beta 3?
+================================
-*Release date: XX-AUG-2006*
+*Release date: 18-AUG-2006*
Core and builtins
-----------------
@@ -38,6 +38,8 @@ Core and builtins
Library
-------
+- Bug #1112549, DoS attack on cgi.FieldStorage.
+
- Bug #1531405, format_exception no longer raises an exception if
str(exception) raised an exception.