summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-07-25 05:23:58 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-07-25 05:23:58 (GMT)
commit528c4adc0be4ca043b11fae945a69f8b392a376b (patch)
tree3c5d9bd6a1854351df2c61c6804ab0552638c0f6 /Misc
parent3de8c73d90f5aaf8ea8d93af49f88950b02de8e6 (diff)
downloadcpython-528c4adc0be4ca043b11fae945a69f8b392a376b.zip
cpython-528c4adc0be4ca043b11fae945a69f8b392a376b.tar.gz
cpython-528c4adc0be4ca043b11fae945a69f8b392a376b.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 9f18a61..6e7bc53 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 and setting/getting locales under Turkish