Re: [Python-Dev] r85960 - python/branches/py3k/Lib/test/test_mailbox.py

2010-10-30 Thread Georg Brandl
Am 30.10.2010 12:12, schrieb Antoine Pitrou: > On Sat, 30 Oct 2010 02:13:01 +0200 (CEST) > brett.cannon wrote: >> Author: brett.cannon >> Date: Sat Oct 30 02:13:00 2010 >> New Revision: 85960 >> >> Log: >> Silence some ResourceWarning in test_mailbox by using file context managers. > > Unfortuna

Re: [Python-Dev] r85960 - python/branches/py3k/Lib/test/test_mailbox.py

2010-10-30 Thread Antoine Pitrou
On Sat, 30 Oct 2010 02:13:01 +0200 (CEST) brett.cannon wrote: > Author: brett.cannon > Date: Sat Oct 30 02:13:00 2010 > New Revision: 85960 > > Log: > Silence some ResourceWarning in test_mailbox by using file context managers. Unfortunately, these file-like objects don't support the context man