summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 12:43:38 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 12:43:38 (GMT)
commit0ca0edee336a98f209ed79e640a9dc80620a29bd (patch)
tree08805a656cf068deaaa742647b08a764f1d9a685 /Misc/NEWS
parentbed7f1a51245e9c9ca63eeea779f387bfd5a05af (diff)
downloadcpython-0ca0edee336a98f209ed79e640a9dc80620a29bd.zip
cpython-0ca0edee336a98f209ed79e640a9dc80620a29bd.tar.gz
cpython-0ca0edee336a98f209ed79e640a9dc80620a29bd.tar.bz2
Restore NEWS entries lost in revision 8145f25f26aa
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53dfbac..d9887ec 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.