commit | b805ee5fcf52fb09ea3d1d9ecc479a7eacc80fb0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 16:06:55 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 16:06:55 2010 +0000 |
tree | 57a8b0c69643c823eb8793dd95f380a9dc1168c2 | |
parent | 27683c954b504a7859a5e2b4c9d7f8578a4b390b [diff] |
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. ........