Hi,
changeset: 71497:4898b14dcd69 user: Ross Lagerwall <rosslagerwall@gmail.com> summary: Issue #12102: Merge with 3.2.
files: Doc/ACKS.txt | 1 + Doc/library/mmap.rst | 6 ++++++ Misc/NEWS | 3 +++
diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -237,6 +237,9 @@ Library -------
+- Issue #12102: Document that buffered files must be flushed before being used + with mmap. Patch by Steffen Daode Nurpmeso.
We don’t add NEWS entries for each and every doc fix, otherwise it would be very huge :) We rather document large changes to the documentation, like adding links to the source files, using “python3” instead of “python” in all examples, etc. In addition, Library is the wrong section, it should be Documentation. I’m doing commits this afternoon, so I’ll take the occasion to remove this entry. Cheers