]> granicus.if.org Git - python/commit
Issue #10266: uu.decode didn't close in_file explicitly when it was given
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 31 Oct 2010 16:04:14 +0000 (16:04 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 31 Oct 2010 16:04:14 +0000 (16:04 +0000)
commitf569826f06a035b749164f9530efc25fec10691d
tree35e32ceb500515c64c7c3181e65e7001bbe01c52
parente974571d36009e327a97bb83389cf05c2b858288
Issue #10266: uu.decode didn't close in_file explicitly when it was given
as a filename.  Patch by Brian Brazil.
Lib/test/test_uu.py
Lib/uu.py
Misc/NEWS