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 Thomas Thurman
Recipients Thomas Thurman, docs@python
Date 2017-07-27.15:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501167953.07.0.778065697758.issue31057@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the pydoc for tempfile.TemporaryDirectory begins

"Create and return a temporary directory."

It doesn't explain anywhere *what* it returns (in fact, it returns the name of the directory as a string). The return type is further obscured by TemporaryDirectory being a context manager.
History
Date User Action Args
2017-07-27 15:05:53Thomas Thurmansetrecipients: + Thomas Thurman, docs@python
2017-07-27 15:05:53Thomas Thurmansetmessageid: <1501167953.07.0.778065697758.issue31057@psf.upfronthosting.co.za>
2017-07-27 15:05:53Thomas Thurmanlinkissue31057 messages
2017-07-27 15:05:52Thomas Thurmancreate