Message 160643 - Python tracker (original) (raw)
Message160643
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:17 | pitrou | set | recipients: + pitrou, terry.reedy, giampaolo.rodola |
2012-05-14 17:28:17 | pitrou | set | messageid: 1337016497.34.0.726640924425.issue14807@psf.upfronthosting.co.za |
2012-05-14 17:28:16 | pitrou | link | issue14807 messages |
2012-05-14 17:28:16 | pitrou | create |