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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #12102: Document that buffered files must be flushed before being used + with mmap. Patch by Steffen Daode Nurpmeso. + - Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. - Issue #1813: Fix codec lookup under Turkish locales. |