[docs] [issue18815] DOCUMENTATION: "mmap .close()" doesn't close the underlying file

Jesús Cea Avión report at bugs.python.org
Fri Aug 23 06:20:01 CEST 2013


New submission from Jesús Cea Avión:

In documentation http://docs.python.org/3.3/library/mmap.html#mmap.close you can read: "Close the file". I could interpret that it is going to close the file vinculated to the MMAP. But it doesn't. It only close the MMAP object (as it should).

Please, update doc to clear possible misunderstandings. Thanks.

----------
assignee: docs at python
keywords: easy
messages: 195939
nosy: docs at python, jcea
priority: normal
severity: normal
status: open
title: DOCUMENTATION: "mmap .close()" doesn't close the underlying file

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


More information about the docs mailing list