]> 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:37 +0000 (13:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 20 Nov 2006 13:39:37 +0000 (13:39 +0000)
commit5dba6f74c60391d2933830f82f3fa8ee0a5d241c
treee933b3b07308d6631e83a4c4a02b905a96137357
parent1e753863b3b44aef56c039b8b07f8c73b17c669e
Jython compatibility fix: if uu.decode() opened its output file, be sure to
close it.
Lib/uu.py