]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
CommandTests.testgetoutput():
authorThomas Wouters <thomas@python.org>
Tue, 25 Mar 2003 18:50:19 +0000 (18:50 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 25 Mar 2003 18:50:19 +0000 (18:50 +0000)
commit590fe02ebdc2ec11347441ae31e71d2d6cd52ad3
tree085b8783c18f50eb112d794d52b17c1cdcdf9612
parent49754af873464babc9f2eb8359016e68e99577b6
CommandTests.testgetoutput():
    Make sure we aren't masking any errors raised in tempfile.mkdtemp() by
    referencing the (then) unbound local 'dir'.
Lib/test/test_commands.py