Kaydet (Commit) 967a83c4 authored tarafından Jeroen Ruigrok van der Werven's avatar Jeroen Ruigrok van der Werven

Add details about the return value for mmap.flush().

üst 069dfad2
......@@ -162,6 +162,12 @@ Memory-mapped file objects support the following methods:
changes to the given range of bytes will be flushed to disk; otherwise, the
whole extent of the mapping is flushed.
**(Windows version)** A nonzero value returned indicates success; zero
indicates failure.
**(Unix version)** A zero value is returned to indicate success. An
exception is raised when the call failed.
.. method:: mmap.move(dest, src, count)
......
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