[issue6875] add os.close() suggestion to mkstemp documentation

Vincent Legoll report at bugs.python.org
Thu Sep 10 13:47:05 CEST 2009


New submission from Vincent Legoll <vincent.legoll at gmail.com>:

As per the blog entry
http://www.logilab.org/blogentry/17873

I think the tempfile.mkstemp() documentation could be more helpful by
suggesting the use of os.close() appropriately.

If some native english speaker could give a review of the language I
used in the additional text, I'd be grateful.

----------
assignee: georg.brandl
components: Documentation
files: python-doc-mkstemp.patch
keywords: patch
messages: 92477
nosy: georg.brandl, vincele
severity: normal
status: open
title: add os.close() suggestion to mkstemp documentation
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file14870/python-doc-mkstemp.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6875>
_______________________________________


More information about the Python-bugs-list mailing list