From: Martin Panter Date: Mon, 11 Jul 2016 12:43:38 +0000 (+0000) Subject: Restore NEWS entries lost in revision 8145f25f26aa X-Git-Tag: v3.6.0a3~3^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ca0edee336a98f209ed79e640a9dc80620a29bd;p=thirdparty%2FPython%2Fcpython.git Restore NEWS entries lost in revision 8145f25f26aa --- diff --git a/Misc/NEWS b/Misc/NEWS index 53dfbac41af3..d9887ec95e9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -3218,6 +3218,12 @@ Library - Issue #20218: Added convenience methods read_text/write_text and read_bytes/ write_bytes to pathlib.Path objects. +- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor + os.posix_fallocate() because their prototypes in system headers are wrong. + +- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its + weakrefs. + - Issue #22437: Number of capturing groups in regular expression is no longer limited by 100.