diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-22 17:08:30 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-22 17:08:30 (GMT) |
commit | cf1c8339f94544e8fd04a85ed575efcfa5f36833 (patch) | |
tree | 84b6e05801049979a9da9995b8d95547a674e2fd /Misc/NEWS | |
parent | ba6bafcfbe3c1f271e25d3ec5d5685facaecf6fd (diff) | |
parent | 4f22a8d739494d188ba0b4430ca86d93e1ed30d2 (diff) | |
download | cpython-cf1c8339f94544e8fd04a85ed575efcfa5f36833.zip cpython-cf1c8339f94544e8fd04a85ed575efcfa5f36833.tar.gz cpython-cf1c8339f94544e8fd04a85ed575efcfa5f36833.tar.bz2 |
Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #14084: Fix a file descriptor leak when importing a module with a + bad encoding. + - Upgrade Unicode data to Unicode 6.1. - Issue #14040: Remove rarely used file name suffixes for C extensions |