]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Jython compatibility fix: if uu.decode() opened its output file, be sure to
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 20 Nov 2006 13:40:10 +0000 (13:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 20 Nov 2006 13:40:10 +0000 (13:40 +0000)
commit33d34e73c32c991c6627a145bffdb3f7d3becbab
treea93bc404eea9edb16e646be4553388478c1ee05f
parent0866c8ba6fb11d70d77c4a40bba6b3c1766e071f
Jython compatibility fix: if uu.decode() opened its output file, be sure to
close it.
Lib/uu.py