Commit b65685f3 authored by Senthil Kumaran's avatar Senthil Kumaran

Clarify mmap.close method behavior. Addresses issue #18815

Patch contributed by Anoop Thomas Mathew.
parent 8fdd9deb
......@@ -152,8 +152,9 @@ memory but does not update the underlying file.
.. method:: close()
Close the file. Subsequent calls to other methods of the object will
result in an exception being raised.
Closes the mmap. Subsequent calls to other methods of the object will
result in a ValueError exception being raised. This will not close
the open file.
.. method:: find(string[, start[, end]])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment