diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-06-26 17:33:05 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-06-26 17:33:05 (GMT) |
commit | 0c43ed87168a571adf1c2e0f7538daf5ad7a9c77 (patch) | |
tree | 2951127ad509f81b8135e12170094a17c314f0b5 /Misc | |
parent | 2f60820f4c1bdfce75f30ddc53d97587a3256dcf (diff) | |
parent | c6772c4d592be2274a66ccd26b5956738fc6e4f8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |