]> granicus.if.org Git - python/commit
#7627: MH.remove() would fail if the MH mailbox was locked;
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 18:42:07 +0000 (18:42 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Feb 2010 18:42:07 +0000 (18:42 +0000)
commitb72b0eb357e9237e9de95dadda18fda433f88aac
tree03d29eaa1a8677b69ce8d67e0b9548846c621e97
parent72aae73d47ed9b41867d0264fe74e03d884cabf9
#7627: MH.remove() would fail if the MH mailbox was locked;
it would call _unlock_file() and pass it a closed file object.  Noted by Rob Austein.
Lib/mailbox.py
Lib/test/test_mailbox.py