commit | bfa3470b85960c35b916ddb14189a5867a344103 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 30 13:03:56 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 30 13:03:56 2010 +0000 |
tree | 0ca751f02e6cffd55e7278c16b9d83d16726c6bb | |
parent | b046b807fac8c2ad0c52a4d9872f8b9ccfd58c5b [diff] |
Issue #10246: uu.encode didn't close file objects explicitly when filenames were given to it. Patch by Brian Brazil.