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 r.david.murray
Recipients Thomas Thurman, docs@python, r.david.murray
Date 2017-07-28.13:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501249309.22.0.467333987047.issue31057@psf.upfronthosting.co.za>
In-reply-to
Content
Boy, I wasn't thinking very clearly when I wrote that.

As pointed out on the PR, tempfile.TemporaryDirectory of course returns a TemporaryDirectory object.  That's in the nature of Python.  I was reading so poorly that I didn't even notice it was the docstring you were modifying :(

The main docs phrase this more clearly, especially the sentence that says the name can be retrieved from the name property (and I see I was wrong, it does use 'name', not 'path').  We don't want to copy all of the text from there, but it could be used as a model to improve the phrasing.
History
Date User Action Args
2017-07-28 13:41:49r.david.murraysetrecipients: + r.david.murray, docs@python, Thomas Thurman
2017-07-28 13:41:49r.david.murraysetmessageid: <1501249309.22.0.467333987047.issue31057@psf.upfronthosting.co.za>
2017-07-28 13:41:49r.david.murraylinkissue31057 messages
2017-07-28 13:41:49r.david.murraycreate