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 martin.panter
Recipients berker.peksag, docs@python, martin.panter, r.david.murray, zbysz
Date 2015-03-22.23:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427068669.08.0.403531625492.issue23725@psf.upfronthosting.co.za>
In-reply-to
Content
[Padding]

Please start sentences with capital letters, specifically “mkstemp() and mkdtemp() are lower-level functions . . .”.

The new sentence at the top about context managers seems out-of-place. Perhaps something like “They can also be used as context managers, which triggers the cleanup on exit.”

The new paragraph about cleanup of TemporaryFile is good, but I think it now makes the last sentence of that entry redundant: “. . . can be used in a ‘with’ statement . . .”
History
Date User Action Args
2015-03-22 23:57:49martin.pantersetrecipients: + martin.panter, r.david.murray, zbysz, docs@python, berker.peksag
2015-03-22 23:57:49martin.pantersetmessageid: <1427068669.08.0.403531625492.issue23725@psf.upfronthosting.co.za>
2015-03-22 23:57:49martin.panterlinkissue23725 messages
2015-03-22 23:57:49martin.pantercreate