Message121785
| Author |
johnkeyes |
| Recipients |
antonio, asandvig, eric.araujo, johnkeyes, r.david.murray, tarek |
| Date |
2010年11月20日.21:33:47 |
| SpamBayes Score |
1.7610413e-08 |
| Marked as misclassified |
No |
| Message-id |
<1290288828.56.0.0912510657618.issue809163@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I see that distutils.tests.support.TempdirManager uses tempfile for directory creation.
What's the best course of action here?
1. Use TESTFN or
2. Use TempdirManager or
3. Change the test to use TempdirManager and change TempdirManager to use TESTFN instead of tempfile.
Thanks. |
|