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 pitrou
Recipients giampaolo.rodola, pitrou, terry.reedy
Date 2012-05-14.17:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337016497.34.0.726640924425.issue14807@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure filemode() is the best name for this. On the other hand, I don't have any suggestion.
I don't understand why you're using atexit. tearDown() and addCleanup() are your friends.
The call_safely thing also looks unwarranted. support.unlink() should be able to help you.
History
Date User Action Args
2012-05-14 17:28:17pitrousetrecipients: + pitrou, terry.reedy, giampaolo.rodola
2012-05-14 17:28:17pitrousetmessageid: <1337016497.34.0.726640924425.issue14807@psf.upfronthosting.co.za>
2012-05-14 17:28:16pitroulinkissue14807 messages
2012-05-14 17:28:16pitroucreate