Hi Everyone, When adding debug option to a program I find useful to keep temporary stuff. tempfile.NamedTemporaryFile has option delete defaulting to True. What about adding such option to tempfile.TemporaryDirectory as well? It would be just a minor modification in Lib/tempfile.py.
What do you think? Kind regards, David Kolovratník _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OUWZPPJBQO3ATXNRPITC5KHIPST22AVT/ Code of Conduct: http://python.org/psf/codeofconduct/
