Vinay Sajip added the comment:

I'm not sure it's related to #11557 - it's more likely to be my changes last 
week to fix #17313, where I changed those tests to add

self.addCleanup(os.remove, 'test.log')

There's also an addCleanup that closes the handler which opens the file, which 
should close the file, but it may be that the cleanup functions get executed 
out of order. I'll consolidate both operations into a single cleanup function.

----------

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

Reply via email to