diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-31 16:04:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-31 16:04:14 (GMT) |
commit | f569826f06a035b749164f9530efc25fec10691d (patch) | |
tree | 35e32ceb500515c64c7c3181e65e7001bbe01c52 /Misc/NEWS | |
parent | e974571d36009e327a97bb83389cf05c2b858288 (diff) | |
download | cpython-f569826f06a035b749164f9530efc25fec10691d.zip cpython-f569826f06a035b749164f9530efc25fec10691d.tar.gz cpython-f569826f06a035b749164f9530efc25fec10691d.tar.bz2 |
Issue #10266: uu.decode didn't close in_file explicitly when it was given
as a filename. Patch by Brian Brazil.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Core and Builtins Library ------- +- Issue #10266: uu.decode didn't close in_file explicitly when it was given + as a filename. Patch by Brian Brazil. + - Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. - logging: Added style option to basicConfig() to allow %, {} or $-formatting. |