diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-31 16:17:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-31 16:17:36 (GMT) |
commit | 61d14b7659ebbe37f4eb77db909c4a34619f558e (patch) | |
tree | 547ef09cf60dad0d932c293fbd2b591d3136b9ec /Misc | |
parent | 9f3f9c512544be77f72a36c5077ab6d7d2a1a83e (diff) | |
download | cpython-61d14b7659ebbe37f4eb77db909c4a34619f558e.zip cpython-61d14b7659ebbe37f4eb77db909c4a34619f558e.tar.gz cpython-61d14b7659ebbe37f4eb77db909c4a34619f558e.tar.bz2 |
Merged revisions 86037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86037 | antoine.pitrou | 2010-10-31 17:04:14 +0100 (dim., 31 oct. 2010) | 4 lines
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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,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 #10246: uu.encode didn't close file objects explicitly when filenames were given to it. Patch by Brian Brazil. |