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