diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-07-25 05:12:43 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-07-25 05:12:43 (GMT) |
commit | 59c01edcaa4a973e159d2ed3a5084936d3fffa18 (patch) | |
tree | d4ea70ea2ad7cdfea73ce8ae9942c6a92b3980dd /Doc/ACKS.txt | |
parent | 749400a94d78bb714a8964c21f8979ab6b070708 (diff) | |
download | cpython-59c01edcaa4a973e159d2ed3a5084936d3fffa18.zip cpython-59c01edcaa4a973e159d2ed3a5084936d3fffa18.tar.gz cpython-59c01edcaa4a973e159d2ed3a5084936d3fffa18.tar.bz2 |
Issue #12102: Document that buffered files must be flushed before being used
with mmap. Patch by Steffen Daode Nurpmeso.
Diffstat (limited to 'Doc/ACKS.txt')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index 1ad18f1..c528247 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -144,6 +144,7 @@ docs@python.org), and we'll be glad to correct the problem. * Sjoerd Mullender * Dale Nagata * Michal Nowikowski + * Steffen Daode Nurpmeso * Ng Pheng Siong * Koray Oner * Tomas Oppelstrup |