summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-06-26 17:33:05 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-06-26 17:33:05 (GMT)
commit0c43ed87168a571adf1c2e0f7538daf5ad7a9c77 (patch)
tree2951127ad509f81b8135e12170094a17c314f0b5 /Misc
parent2f60820f4c1bdfce75f30ddc53d97587a3256dcf (diff)
parentc6772c4d592be2274a66ccd26b5956738fc6e4f8 (diff)
downloadcpython-0c43ed87168a571adf1c2e0f7538daf5ad7a9c77.zip
cpython-0c43ed87168a571adf1c2e0f7538daf5ad7a9c77.tar.gz
cpython-0c43ed87168a571adf1c2e0f7538daf5ad7a9c77.tar.bz2
Merge #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
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 1cd7d58..880362f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Core and Builtins
Library
-------
+- Issue #21476: Make sure the email.parser.BytesParser TextIOWrapper is
+ discarded after parsing, so the input file isn't unexpectedly closed.
+
- Issue #20295: imghdr now recognizes OpenEXR format images.
- Issue #21729: Used the "with" statement in the dbm.dumb module to ensure