@@ -160,7 +160,7 @@ to calculate those doing pointer arithmetic.
160160.. date: 2022-10-06-15-45-57
161161.. gh-issue: 96078
162162.. nonce: fS-6mU
163- .. section: Core and Builtins
163+ .. section: Library
164164
165165:func: `os.sched_yield ` now release the GIL while calling sched_yield(2).
166166Patch by Donghee Na.
@@ -170,7 +170,7 @@ Patch by Donghee Na.
170170.. date: 2022-10-06-14-14-28
171171.. gh-issue: 97955
172172.. nonce: Nq5VXD
173- .. section: Core and Builtins
173+ .. section: Library
174174
175175 Migrate :mod: `zoneinfo ` to Argument Clinic.
176176
@@ -361,7 +361,7 @@ branching conditions.
361361.. date: 2022-09-19-03-35-01
362362.. gh-issue: 96821
363363.. nonce: izK6JA
364- .. section: Core and Builtins
364+ .. section: Library
365365
366366 Fix undefined behaviour in ``audioop.c ``.
367367
@@ -481,7 +481,7 @@ Fix case of undefined behavior in ceval.c
481481.. date: 2022-09-08-20-58-10
482482.. gh-issue: 64373
483483.. nonce: AfCi36
484- .. section: Core and Builtins
484+ .. section: Library
485485
486486 Convert :mod: `!_functools ` to argument clinic.
487487
@@ -490,7 +490,7 @@ Convert :mod:`!_functools` to argument clinic.
490490.. date: 2022-09-07-13-38-37
491491.. gh-issue: 96641
492492.. nonce: wky0Fc
493- .. section: Core and Builtins
493+ .. section: Library
494494
495495 Do not expose ``KeyWrapper `` in :mod: `!_functools `.
496496
@@ -990,7 +990,7 @@ bytecode compiler.
990990.. date: 2022-07-20-09-04-55
991991.. gh-issue: 95023
992992.. nonce: bs-xd7
993- .. section: Core and Builtins
993+ .. section: Library
994994
995995 Implement :func: `os.setns ` and :func: `os.unshare ` for Linux. Patch by Noam
996996Cohen.
@@ -1021,7 +1021,7 @@ Previously it could cause SystemError or other undesired behavior.
10211021.. date: 2022-07-19-04-34-56
10221022.. gh-issue: 94996
10231023.. nonce: dV564A
1024- .. section: Core and Builtins
1024+ .. section: Library
10251025
10261026:func: `ast.parse ` will no longer parse function definitions with
10271027positional-only params when passed ``feature_version `` less than ``(3, 8) ``.
@@ -1041,7 +1041,7 @@ Allow jumping within, out of, and across exception handlers in the debugger.
10411041.. date: 2022-07-18-05-10-29
10421042.. gh-issue: 94949
10431043.. nonce: OsZ7_s
1044- .. section: Core and Builtins
1044+ .. section: Library
10451045
10461046:func: `ast.parse ` will no longer parse parenthesized context managers when
10471047passed ``feature_version `` less than ``(3, 9) ``. Patch by Shantanu Jain.
@@ -1051,7 +1051,7 @@ passed ``feature_version`` less than ``(3, 9)``. Patch by Shantanu Jain.
10511051.. date: 2022-07-18-04-48-34
10521052.. gh-issue: 94947
10531053.. nonce: df9gUw
1054- .. section: Core and Builtins
1054+ .. section: Library
10551055
10561056:func: `ast.parse ` will no longer parse assignment expressions when passed
10571057``feature_version `` less than ``(3, 8) ``. Patch by Shantanu Jain.
@@ -1394,7 +1394,7 @@ calls. Previously, the end column could precede the column offset.
13941394.. date: 2022-06-09-19-19-02
13951395.. gh-issue: 93461
13961396.. nonce: 5DqP1e
1397- .. section: Core and Builtins
1397+ .. section: Library
13981398
13991399:func: `importlib.invalidate_caches ` now drops entries from
14001400:data: `sys.path_importer_cache ` with a relative path as name. This solves a
@@ -1729,7 +1729,7 @@ tracing functions implemented in C.
17291729.. date: 2022-05-11-09-16-54
17301730.. gh-issue: 91102
17311731.. nonce: lenv9h
1732- .. section: Core and Builtins
1732+ .. section: Library
17331733
17341734:meth: `!_warnings.warn_explicit ` is ported to Argument Clinic.
17351735
@@ -1759,7 +1759,7 @@ no longer does anything.
17591759.. date: 2022-05-03-20-12-18
17601760.. gh-issue: 92261
17611761.. nonce: aigLnb
1762- .. section: Core and Builtins
1762+ .. section: Library
17631763
17641764 Fix hang when trying to iterate over a ``typing.Union ``.
17651765
0 commit comments