diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-07-25 05:14:15 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-07-25 05:14:15 (GMT) |
commit | 432171c6872b0eaa1010657f7eb280136bf96890 (patch) | |
tree | 89aa9d0f0ab94fcd77ccebcd0c1a9cd85298a94c /Misc | |
parent | dc1d548ecbf01925a3efef997865bb834e5738fd (diff) | |
parent | 59c01edcaa4a973e159d2ed3a5084936d3fffa18 (diff) | |
download | cpython-432171c6872b0eaa1010657f7eb280136bf96890.zip cpython-432171c6872b0eaa1010657f7eb280136bf96890.tar.gz cpython-432171c6872b0eaa1010657f7eb280136bf96890.tar.bz2 |
Issue #12102: Merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |