From: Georg Brandl Date: Mon, 20 Feb 2012 22:09:59 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v3.1.5rc1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06b1c4f68bca367bf2a2c8ce9bf36168ccb2f9ef;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 486da13674d9..0d23663867df 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.