@@ -4016,7 +4016,7 @@ Make ``this_instr`` and ``prev_instr`` const in cases generator.
40164016.. date: 2024-10-05-23-53-06
40174017.. gh-issue: 125008
40184018.. nonce: ETANpd
4019- .. section: Core and Builtins
4019+ .. section: Library
40204020
40214021 Fix :func: `tokenize.untokenize ` producing invalid syntax for double braces
40224022preceded by certain escape characters.
@@ -4275,7 +4275,7 @@ devdanzin
42754275.. date: 2024-09-02-20-39-10
42764276.. gh-issue: 123614
42774277.. nonce: 26TMHp
4278- .. section: Core and Builtins
4278+ .. section: Library
42794279
42804280 Add :func: `turtle.save ` to easily save Turtle drawings as PostScript files.
42814281Patch by Marie Roald and Yngve Mardal Moe.
@@ -4761,7 +4761,7 @@ enabled (yet).
47614761.. date: 2024-07-18-21-19-04
47624762.. gh-issue: 121999
47634763.. nonce: 8IBbTK
4764- .. section: Core and Builtins
4764+ .. section: Library
47654765
47664766 The default extraction filter for the :mod: `tarfile ` module is now set to
47674767:func: `'data' <tarfile.data_filter> `.
@@ -4955,7 +4955,7 @@ Galindo
49554955.. date: 2024-06-28-23-17-22
49564956.. gh-issue: 121381
49574957.. nonce: i2xL7P
4958- .. section: Core and Builtins
4958+ .. section: Library
49594959
49604960 Remove ``subprocess._USE_VFORK `` escape hatch code and documentation. It was
49614961added just in case, and doesn't have any known cases that require it.
@@ -5115,7 +5115,7 @@ and identities of :class:`str` objects.
51155115.. date: 2024-06-14-07-52-00
51165116.. gh-issue: 120485
51175117.. nonce: yy4K4b
5118- .. section: Core and Builtins
5118+ .. section: Library
51195119
51205120 Add an override of ``allow_reuse_port `` on classes subclassing
51215121``socketserver.TCPServer `` where ``allow_reuse_address `` is also overridden.
@@ -5147,7 +5147,7 @@ after exception handlers are moved to the end of the code.
51475147.. date: 2024-06-12-18-23-15
51485148.. gh-issue: 120380
51495149.. nonce: edtqjq
5150- .. section: Core and Builtins
5150+ .. section: Library
51515151
51525152 Fix Python implementation of :class: `pickle.Pickler ` for :class: `bytes ` and
51535153:class: `bytearray ` objects when using protocol version 5. Patch by Bénédikt
@@ -5625,7 +5625,7 @@ in the future.
56255625.. date: 2024-04-27-18-36-46
56265626.. gh-issue: 115801
56275627.. nonce: SVeHSy
5628- .. section: Core and Builtins
5628+ .. section: Library
56295629
56305630 Raise ``TypeError `` when passing a string to :func: `difflib.unified_diff `
56315631and :func: `difflib.context_diff `.
0 commit comments