File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ Convert :mod:`!_bz2` to use :c:func:`PyType_FromSpec`.
643643.. bpo: 41006
644644.. date: 2020-06-18-00-07-09
645645.. nonce: H-wN-d
646- .. section: Library
646+ .. section: Core and Builtins
647647
648648 The ``encodings.latin_1 `` module is no longer imported at startup. Now it is
649649only imported when it is the filesystem encoding or the stdio encoding.
Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ Add ``__parameters__`` attribute and ``__getitem__`` operator to
917917.. bpo: 44523
918918.. date: 2021-06-29-11-49-29
919919.. nonce: 67-ZIP
920- .. section: Library
920+ .. section: Core and Builtins
921921
922922 Remove the pass-through for :func: `hash ` of :class: `weakref.proxy ` objects
923923to prevent unintended consequences when the original referred object dies
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ cache when applicable.
434434.. bpo: 46962
435435.. date: 2022-03-08-21-59-57
436436.. nonce: UomDfz
437- .. section: Library
437+ .. section: Core and Builtins
438438
439439 Classes and functions that unconditionally declared their docstrings
440440ignoring the ``--without-doc-strings `` compilation flag no longer do so.
@@ -519,7 +519,7 @@ less or equal than the starting position of non-encodable characters.
519519.. bpo: 34093
520520.. date: 2018-07-14-16-58-00
521521.. nonce: WaVD-f
522- .. section: Library
522+ .. section: Core and Builtins
523523
524524 ``marshal.dumps() `` uses ``FLAG_REF `` for all interned strings. This makes
525525output more deterministic and helps reproducible build.
You can’t perform that action at this time.
0 commit comments