This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients akuchling, sraustein
Date 2010-02-22.18:43:20
SpamBayes Score 0.00033537828
Marked as misclassified No
Message-id <1266864202.97.0.5539558907.issue7627@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your bug report!

Unfortunately, the fix isn't quite right, because on Windows you can't delete files that are open.  I think an even simpler fix is just to remove that locking; if self._locked is true, this process presumably has exclusive access to the mailbox and can just go ahead and remove the file.

I've committed this to 2.7 trunk as rev78332.
History
Date User Action Args
2010-02-22 18:43:23akuchlingsetrecipients: + akuchling, sraustein
2010-02-22 18:43:22akuchlingsetmessageid: <1266864202.97.0.5539558907.issue7627@psf.upfronthosting.co.za>
2010-02-22 18:43:20akuchlinglinkissue7627 messages
2010-02-22 18:43:20akuchlingcreate