]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move tempfile over to the io module. Makes test_threaded_import pass.
authorBrett Cannon <bcannon@gmail.com>
Sun, 5 Aug 2007 22:23:10 +0000 (22:23 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 5 Aug 2007 22:23:10 +0000 (22:23 +0000)
commitdd766d53a2feebf1eef3d27c7192d0adc38d2fdd
tree5b54bd68011379ca46b9ab2860eb64d37829dac8
parent9c121069d3a61868f4586ad2ba2e5435a82af061
Move tempfile over to the io module.  Makes test_threaded_import pass.

Thanks Paul Colomiets.
Lib/tempfile.py
Misc/ACKS