]> granicus.if.org Git - python/commit
Ensure that the mailbox is closed to prevent problems on Windows with removing
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Mar 2008 05:19:41 +0000 (05:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Mar 2008 05:19:41 +0000 (05:19 +0000)
commit22b3e3aff82fe0ab4b643c038744de907412c7bc
tree3b796b9448d4fad772f090aa276dd276bec4ed9b
parent14f0bc79009b211e2ef8076c1ef6cfd193fd4cc6
Ensure that the mailbox is closed to prevent problems on Windows with removing
an open file.  This doesn't seem to be a problem in 2.6, but that appears
to be somewhat accidental (specific to reference counting).  When this
gets merged to 3.0, it will make the 3.0 code simpler.
Lib/test/test_mailbox.py