]> granicus.if.org Git - python/commit
Hopefully this will fix the spurious failures of test_mailbox.py that I'm
authorGuido van Rossum <guido@python.org>
Tue, 2 May 2006 20:47:36 +0000 (20:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 May 2006 20:47:36 +0000 (20:47 +0000)
commitb2045837b69992d054aa12849b07a3b0c8b2bd09
tree3f1db16d817344eaba8923ee46cc5ccd673798f1
parenta71fd71c3e994089f11d78f09ea844c14727c1d2
Hopefully this will fix the spurious failures of test_mailbox.py that I'm
experiencing.  (This code and mailbox.py itself are full of calls to file()
that should be calls to open() -- but I'm not fixing those.)
Lib/test/test_mailbox.py