diff options
author | Georg Brandl <georg@python.org> | 2012-02-20 22:09:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-20 22:09:59 (GMT) |
commit | 09562b43304a91aa323418834e183e7f39101372 (patch) | |
tree | c6c2f03c22c4604137a0eea545b7565de613ccbe /Misc/NEWS | |
parent | 16684eb62449922b8e066d8063cebc682c0ea5c7 (diff) | |
download | cpython-09562b43304a91aa323418834e183e7f39101372.zip cpython-09562b43304a91aa323418834e183e7f39101372.tar.gz cpython-09562b43304a91aa323418834e183e7f39101372.tar.bz2 |
Fix typo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |