Hopefully this will fix the spurious failures of test_mailbox.py that I'm
commit3bd4180a9adcf1e1ca9d05285c5d54a983b481a2
authorguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 2 May 2006 20:47:36 +0000 (2 20:47 +0000)
committerguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 2 May 2006 20:47:36 +0000 (2 20:47 +0000)
treee9af32512187aeca078d5ae93d005b9bc75f2939
parent4dd229463f653b356b832bc6158625c48c374d3c
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.)

git-svn-id: http://svn.python.org/projects/python/trunk@45864 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_mailbox.py