]> granicus.if.org Git - python/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:39:57 +0000 (13:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 20 Nov 2006 13:39:57 +0000 (13:39 +0000)
commitbb4e6dcff51ea03a762f12a1e9c1fbdcfcdbbe38
treebc8d9cd7bdaa34eb3516891b6b5d4fe3ef5f5a8e
parent90e23c47692df172c512881d0a35a07db2a43cbf
Jython compatibility fix: if uu.decode() opened its output file, be sure to
close it.
Lib/uu.py