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 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.
History
Date User Action Args
2010-11-20 21:33:48johnkeyessetrecipients: + johnkeyes, tarek, antonio, eric.araujo, r.david.murray, asandvig
2010-11-20 21:33:48johnkeyessetmessageid: <1290288828.56.0.0912510657618.issue809163@psf.upfronthosting.co.za>
2010-11-20 21:33:47johnkeyeslinkissue809163 messages
2010-11-20 21:33:47johnkeyescreate