[Python-checkins] cpython (3.5): Restore NEWS entries lost in revision 8145f25f26aa

martin.panter python-checkins at python.org
Mon Jul 11 09:20:52 EDT 2016


https://hg.python.org/cpython/rev/bff61d3da57b
changeset:   102323:bff61d3da57b
branch:      3.5
parent:      102318:74856df7e55b
user:        Martin Panter <vadmium+py at gmail.com>
date:        Mon Jul 11 12:43:38 2016 +0000
summary:
  Restore NEWS entries lost in revision 8145f25f26aa

files:
  Misc/NEWS |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3218,6 +3218,12 @@
 - 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list