commit | 61d14b7659ebbe37f4eb77db909c4a34619f558e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 16:17:36 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 16:17:36 2010 +0000 |
tree | 547ef09cf60dad0d932c293fbd2b591d3136b9ec | |
parent | 9f3f9c512544be77f72a36c5077ab6d7d2a1a83e [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. ........