]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix from Vinaj for the "writing to closed file" errors. SF 670390.
authorGuido van Rossum <guido@python.org>
Tue, 21 Jan 2003 21:05:22 +0000 (21:05 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Jan 2003 21:05:22 +0000 (21:05 +0000)
commit2a1d51602b98effa0feddc2427ba5d8cd0641b77
tree9894a45bca4365ca913e804f012b7df038956ee5
parent81d40d6f4728d4f023a54217c2e6a4fa23291399
Fix from Vinaj for the "writing to closed file" errors.  SF 670390.
Lib/test/output/test_logging
Lib/test/test_logging.py