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 brian.curtin, neologix, phlogistonjohn, python-dev, vinay.sajip
Date 2012-05-03.15:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336059063.89.0.591807238506.issue14632@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that in my cleanup code, I had the lines

h.close()
remover.join()

but it makes more sense for these to be in the opposite order. I've made that changed and pushed it up (for 2.7, 3.2 and default).
History
Date User Action Args
2012-05-03 15:31:03vinay.sajipsetrecipients: + vinay.sajip, brian.curtin, neologix, python-dev, phlogistonjohn
2012-05-03 15:31:03vinay.sajipsetmessageid: <1336059063.89.0.591807238506.issue14632@psf.upfronthosting.co.za>
2012-05-03 15:31:00vinay.sajiplinkissue14632 messages
2012-05-03 15:31:00vinay.sajipcreate