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 Richard Neumann
Recipients Richard Neumann, docs@python
Date 2018-03-08.10:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520503262.87.0.467229070634.issue33028@psf.upfronthosting.co.za>
In-reply-to
Content
The tempfile.TemporaryDirectory is incorrectly documented at https://docs.python.org/3.6/library/tempfile.html#tempfile.TemporaryDirectory.

It is described as a function, though actually being a class (unlinke tempfile.NamedTemporaryFile).
The respective property "name" and method "cleanup" are only documented in the continuous text but not explicitely highlighted as the properties and method of e.g. TarFile (https://docs.python.org/3/library/tarfile.html#tarfile-objects).
History
Date User Action Args
2018-03-08 10:01:02Richard Neumannsetrecipients: + Richard Neumann, docs@python
2018-03-08 10:01:02Richard Neumannsetmessageid: <1520503262.87.0.467229070634.issue33028@psf.upfronthosting.co.za>
2018-03-08 10:01:02Richard Neumannlinkissue33028 messages
2018-03-08 10:01:02Richard Neumanncreate