]> granicus.if.org Git - python/commit
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621)
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 20 Oct 2018 00:37:55 +0000 (01:37 +0100)
committerVictor Stinner <vstinner@redhat.com>
Sat, 20 Oct 2018 00:37:55 +0000 (02:37 +0200)
commit027664a3d5ebad575aafe5fcc572e3b05f7f24e5
tree57bc41cc6bdff3f9a66f6b7710250242dce471bf
parent13ae4d44381a647aadd09b70b24833052659be41
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621)

Add restriction on the offset parameter for mmap.flush.

Explain that ALLOCATIONGRANULARITY is the same as PAGESIZE in Unix.
Doc/library/mmap.rst