Chris Jerdonek added the comment:

Thanks for investigating.

Yes, currently regrtest.py deletes the containing directory.  But this doesn't 
happen when running with plain unittest.  If each test cleans up after itself, 
this will give us more flexibility in moving from regrtest to a unittest-based 
approach (there is an issue about this).  Currently, test_logging seems to be 
one of only a few test modules that don't do this.

It's probably okay to make the fix only in 3.4 since we won't be making 
progress on moving away from regrtest in maintenance releases.

----------

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

Reply via email to