This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients ezio.melotti, vinay.sajip
Date 2013-03-08.09:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362735828.89.0.127078218437.issue17384@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-08 09:43:48vinay.sajipsetrecipients: + vinay.sajip, ezio.melotti
2013-03-08 09:43:48vinay.sajipsetmessageid: <1362735828.89.0.127078218437.issue17384@psf.upfronthosting.co.za>
2013-03-08 09:43:48vinay.sajiplinkissue17384 messages
2013-03-08 09:43:48vinay.sajipcreate