mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Restore NEWS entries lost in revision 8145f25f26aa
This commit is contained in:
parent
bed7f1a512
commit
0ca0edee33
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue