summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-07-25 05:12:43 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-07-25 05:12:43 (GMT)
commit59c01edcaa4a973e159d2ed3a5084936d3fffa18 (patch)
treed4ea70ea2ad7cdfea73ce8ae9942c6a92b3980dd /Misc
parent749400a94d78bb714a8964c21f8979ab6b070708 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3fcdc96..662eedc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.