A.M. Kuchling <li...@amk.ca> added the comment:

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.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to