[issue17384] test_logging failures on Windows

Vinay Sajip report at bugs.python.org
Fri Mar 8 10:43:48 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17384>
_______________________________________


More information about the Python-bugs-list mailing list