Skip to content

Commit 0ca0ede

Browse files
committed
Restore NEWS entries lost in revision 8145f25f26aa
1 parent bed7f1a commit 0ca0ede

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3218,6 +3218,12 @@ Library
32183218
- Issue #20218: Added convenience methods read_text/write_text and read_bytes/
32193219
write_bytes to pathlib.Path objects.
32203220

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+
32213227
- Issue #22437: Number of capturing groups in regular expression is no longer
32223228
limited by 100.
32233229

0 commit comments

Comments
 (0)