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

Georg Brandl report at bugs.python.org
Wed Sep 16 15:04:04 CEST 2009


Georg Brandl <georg at python.org> added the comment:

That one has to close open files should be common knowledge.

And it's already documented that the filehandle returned is to be
treated as if coming from `os.open`, so the "isn't a file object" is
documented as well.

Insofar, I'm in agreement with David.

----------
resolution:  -> works for me
status: open -> closed

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


More information about the Python-bugs-list mailing list