[docs] [issue33894] tempfile.tempdir cannot be unset

Eric V. Smith report at bugs.python.org
Mon Jun 18 20:38:43 EDT 2018


Eric V. Smith <eric at trueblade.com> added the comment:

I like philiprowlands' version:

- If tempdir is unset or None at any call to
+ If tempdir is None (the default) at any call to

Care to produce a PR?

----------
versions: +Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33894>
_______________________________________


More information about the docs mailing list