commit | 3917c092b954a967fac7324628b213afbbb32a8c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 13:12:48 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 13:12:48 2010 +0000 |
tree | 2a65b53c697f2a5cf135f00e70c512b9dd8b58e2 | |
parent | 594a046b88abf26c2c2a314ca5b54e4c808ba801 [diff] |
Merged revisions 85975 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85975 | antoine.pitrou | 2010-10-30 15:03:56 +0200 (sam., 30 oct. 2010) | 4 lines Issue #10246: uu.encode didn't close file objects explicitly when filenames were given to it. Patch by Brian Brazil. ........