[issue809163] Can't add files with spaces

John Keyes report at bugs.python.org
Sat Nov 20 22:33:48 CET 2010


John Keyes <johnkeyes at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue809163>
_______________________________________


More information about the Python-bugs-list mailing list