summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-22 17:05:43 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-22 17:05:43 (GMT)
commit4f22a8d739494d188ba0b4430ca86d93e1ed30d2 (patch)
tree542690d3f7d727e26758953e3dc7747215d9ae68 /Misc
parent72146124432fd9372032de1a3a508236ea4ab0d4 (diff)
downloadcpython-4f22a8d739494d188ba0b4430ca86d93e1ed30d2.zip
cpython-4f22a8d739494d188ba0b4430ca86d93e1ed30d2.tar.gz
cpython-4f22a8d739494d188ba0b4430ca86d93e1ed30d2.tar.bz2
Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee4287b..eeab400 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.3?
Core and Builtins
-----------------
+- Issue #14084: Fix a file descriptor leak when importing a module with a
+ bad encoding.
+
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
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