summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2011-07-25 05:14:15 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2011-07-25 05:14:15 (GMT)
commit432171c6872b0eaa1010657f7eb280136bf96890 (patch)
tree89aa9d0f0ab94fcd77ccebcd0c1a9cd85298a94c /Misc
parentdc1d548ecbf01925a3efef997865bb834e5738fd (diff)
parent59c01edcaa4a973e159d2ed3a5084936d3fffa18 (diff)
downloadcpython-432171c6872b0eaa1010657f7eb280136bf96890.zip
cpython-432171c6872b0eaa1010657f7eb280136bf96890.tar.gz
cpython-432171c6872b0eaa1010657f7eb280136bf96890.tar.bz2
Issue #12102: Merge with 3.2.
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 5d7f59f..c740b20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,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.