New submission from Vinay Sajip <vinay_sa...@yahoo.co.uk>:

test_mailbox fails if another failed test leaves a file or directory with the 
name given by support.TESTFN. The attached patch rectifies this, and also uses 
existing stdlib functionality (shutil.rmtree) to remove a directory tree 
recursively on tearDown.

----------
components: Library (Lib)
files: test_mailbox.diff
keywords: patch
messages: 154630
nosy: petri.lehtinen, r.david.murray, vinay.sajip
priority: normal
severity: normal
status: open
title: test_mailbox fails if file or dir named by support.TESTFN exists
versions: Python 3.3
Added file: http://bugs.python.org/file24679/test_mailbox.diff

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

Reply via email to