We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed7f1a commit 0ca0edeCopy full SHA for 0ca0ede
1 file changed
Misc/NEWS
@@ -3218,6 +3218,12 @@ Library
3218
- Issue #20218: Added convenience methods read_text/write_text and read_bytes/
3219
write_bytes to pathlib.Path objects.
3220
3221
+- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
3222
+ os.posix_fallocate() because their prototypes in system headers are wrong.
3223
+
3224
+- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
3225
+ weakrefs.
3226
3227
- Issue #22437: Number of capturing groups in regular expression is no longer
3228
limited by 100.
3229
0 commit comments