|
117 | 117 |
|
118 | 118 | * Add support of new BCJ filters ARM64 and RISC-V via |
119 | 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 |
| 120 | + new filters will work only if the runtime library supports them. ARM64 filter |
121 | 121 | requires ``lzma`` 5.4.0 or newer while RISC-V requires 5.6.0 or newer. |
122 | 122 | (Contributed by Chien Wong in :gh:`115988`.) |
123 | 123 |
|
@@ -168,15 +168,15 @@ xml |
168 | 168 | --- |
169 | 169 |
|
170 | 170 | * Add support for multiple multi-byte encodings in the :mod:`XML parser |
171 | | - <xml.parsers.expat>`: "cp932", "cp949", "cp950", "Big5","EUC-JP", |
| 171 | + <xml.parsers.expat>`: "cp932", "cp949", "cp950", "Big5", "EUC-JP", |
172 | 172 | "GB2312", "GBK", "johab", and "Shift_JIS". |
173 | 173 | Add partial support (only BMP characters) for multi-byte encodings |
174 | 174 | "Big5-HKSCS", "EUC_JIS-2004", "EUC_JISX0213", "Shift_JIS-2004", |
175 | 175 | "Shift_JISX0213", "utf-8-sig" and non-standard aliases like "UTF8" |
176 | 176 | (without hyphen). |
177 | 177 | The parser now raises :exc:`ValueError` for known unsupported |
178 | | - multi-byte encodings such us "ISO-2022-JP" or "raw-unicode-escape" |
179 | | - instead of failing later, when encounter non-ASCII data. |
| 178 | + multi-byte encodings such as "ISO-2022-JP" or "raw-unicode-escape" |
| 179 | + instead of failing later, when encountering non-ASCII data. |
180 | 180 | (Contributed by Serhiy Storchaka in :gh:`62259`.) |
181 | 181 |
|
182 | 182 | zipfile |
|
0 commit comments