to get around a mmap bug with sparse files. Patch written by Steffen Daode
Nurpmeso.
Library
-------
+ - Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get
+ around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
+
+- Issue #11858: configparser.ExtendedInterpolation expected lower-case section
+ names.
+
+- Issue #11324: ConfigParser(interpolation=None) now works correctly.
+
- Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the
strings are too long.