9999 which is passed on to the constructor of the :class: `~gzip.GzipFile ` class.
100100 (Contributed by Marin Misur in :gh: `91372 `.)
101101
102- lzma
103- ----
104-
105- * Add support of new BCJ filters ARM64 and RISC-V via
106- :const: `!lzma.FILTER_ARM64 ` and :const: `!lzma.FILTER_RISCV `. Note that the
107- new filters will work only if runtime library supports them. ARM64 filter
108- requires ``lzma `` 5.4.0 or newer while RISC-V requires 5.6.0 or newer.
109- (Contributed by Chien Wong in :gh: `115988 `.)
110102
111103logging
112104-------
@@ -119,6 +111,17 @@ logging
119111 before the rotation interval expires.
120112 (Contributed by Iván Márton and Serhiy Storchaka in :gh: `84649 `.)
121113
114+
115+ lzma
116+ ----
117+
118+ * Add support of new BCJ filters ARM64 and RISC-V via
119+ :const: `!lzma.FILTER_ARM64 ` and :const: `!lzma.FILTER_RISCV `. Note that the
120+ new filters will work only if runtime library supports them. ARM64 filter
121+ requires ``lzma `` 5.4.0 or newer while RISC-V requires 5.6.0 or newer.
122+ (Contributed by Chien Wong in :gh: `115988 `.)
123+
124+
122125math
123126----
124127
@@ -130,20 +133,23 @@ math
130133 754-2019 and standardized in C23.
131134 (Contributed by Jeff Epler in :gh: `150534 `.)
132135
136+
133137os
134138--
135139
136140* Add :func: `os.pidfd_getfd ` for duplicating a file descriptor from another
137141 process via a pidfd. Available on Linux 5.6+.
138142 (Contributed by Maurycy Pawłowski-Wieroński in :gh: `149464 `.)
139143
144+
140145shlex
141146-----
142147
143148* Add keyword-only parameter *force * to :func: `shlex.quote ` to force quoting
144149 a string, even if it is already safe for a shell without being quoted.
145150 (Contributed by Jay Berry in :gh: `148846 `.)
146151
152+
147153tkinter
148154-------
149155
@@ -157,6 +163,7 @@ tkinter
157163 synchronization of the displayed view with the underlying text.
158164 (Contributed by Serhiy Storchaka in :gh: `151675 `.)
159165
166+
160167xml
161168---
162169
0 commit comments