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 zbysz
Recipients berker.peksag, docs@python, martin.panter, r.david.murray, zbysz
Date 2015-03-23.02:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427076973.99.0.268609280426.issue23725@psf.upfronthosting.co.za>
In-reply-to
Content
> Please start sentences with capital letters, specifically “mkstemp() and mkdtemp() are lower-level functions . . .”.

This would make the sentence more convoluted... I think that with markup it is pretty clear that this is a function name and the lowercase letter it not misleading.

> 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 two sentences are merged now.

> 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 . . .”

Yes, removed.

v3:
- remove sentence “. . . can be used in a ‘with’ statement . . .”
- merge two senteces in first paragraph
History
Date User Action Args
2015-03-23 02:16:14zbyszsetrecipients: + zbysz, r.david.murray, docs@python, berker.peksag, martin.panter
2015-03-23 02:16:13zbyszsetmessageid: <1427076973.99.0.268609280426.issue23725@psf.upfronthosting.co.za>
2015-03-23 02:16:13zbyszlinkissue23725 messages
2015-03-23 02:16:13zbyszcreate