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 philiprowlands
Recipients docs@python, eric.smith, philiprowlands
Date 2018-06-18.16:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529337605.98.0.56676864532.issue33894@psf.upfronthosting.co.za>
In-reply-to
Content
How about

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

This avoids headaches over the meaning of "unset", and accurately reflects the code at:
https://github.com/python/cpython/blob/3.6/Lib/tempfile.py#L289
History
Date User Action Args
2018-06-18 16:00:06philiprowlandssetrecipients: + philiprowlands, eric.smith, docs@python
2018-06-18 16:00:05philiprowlandssetmessageid: <1529337605.98.0.56676864532.issue33894@psf.upfronthosting.co.za>
2018-06-18 16:00:05philiprowlandslinkissue33894 messages
2018-06-18 16:00:05philiprowlandscreate