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 berker.peksag
Recipients berker.peksag, docs@python, zbysz
Date 2015-03-21.02:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426905243.0.0.886283825287.issue23725@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, Zbyszek. For future reference, please send patches from the Mercurial repository. It will make the patch review process easier. See also devguide.

+:func:`TemporaryDirectory`, :func:`SpooledTemporaryFile`, which can be

Both TemporaryDirectory and SpooledTemporaryFile are actually a class. See https://hg.python.org/cpython/file/3.4/Lib/tempfile.py#l510

+   :ref:`context-managers`).  On completion of the context or

:ref:`context-managers` link is unnecessary in my opinion. It would be better to link https://docs.python.org/3/library/tempfile.html#examples

(Please update tempfile.TemporaryDirectory docs too.)
History
Date User Action Args
2015-03-21 02:34:03berker.peksagsetrecipients: + berker.peksag, zbysz, docs@python
2015-03-21 02:34:03berker.peksagsetmessageid: <1426905243.0.0.886283825287.issue23725@psf.upfronthosting.co.za>
2015-03-21 02:34:02berker.peksaglinkissue23725 messages
2015-03-21 02:34:02berker.peksagcreate