]> granicus.if.org Git - python/commit
test_tkinter: use a context manager to close directly the pipe
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Jan 2011 14:30:43 +0000 (14:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Jan 2011 14:30:43 +0000 (14:30 +0000)
commit270fe408319ad575092efca0dcdebab9ecdba70c
tree54e58066359099215d084933d7589f812fcdcb09
parent5c85e3f390576e9ddcc2eaa714d54bf14e759f3a
test_tkinter: use a context manager to close directly the pipe

Patch written by Nadeem Vawda
Lib/tkinter/test/test_tkinter/test_loadtk.py
Misc/ACKS