summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-20 22:09:59 (GMT)
committerGeorg Brandl <georg@python.org>2012-02-20 22:09:59 (GMT)
commit06b1c4f68bca367bf2a2c8ce9bf36168ccb2f9ef (patch)
tree6c4e76f59067dd8fd28ce451b79df1c96b671fcd /Misc
parent12897d7d395f5907e0f9a3694ba3c64c329db0dd (diff)
downloadcpython-06b1c4f68bca367bf2a2c8ce9bf36168ccb2f9ef.zip
cpython-06b1c4f68bca367bf2a2c8ce9bf36168ccb2f9ef.tar.gz
cpython-06b1c4f68bca367bf2a2c8ce9bf36168ccb2f9ef.tar.bz2
Fix typo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 486da13..0d23663 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@ Core and Builtins
-----------------
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
- environment variables, to provide an opt-in way to protect against denial of
+ environment variable, to provide an opt-in way to protect against denial of
service attacks due to hash collisions within the dict and set types. Patch
by David Malcolm, based on work by Victor Stinner.