File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -421,14 +421,14 @@ itertools
421421lzma
422422----
423423
424- * Add :const: `lzma.LZMA_VERSION ` and :const: `lzma.LZMA_RUNTIME_VERSION `. The former
425- reports the version string of the underlying ``lzma `` library during build while
426- the later reports runtime version .
424+ * Add :const: `lzma.LZMA_VERSION `, :const: `lzma.LZMA_HEADER_VERSION `, and
425+ related constants. They report the version of the underlying ``lzma `` library
426+ found at runtime and the header versions used at build time .
427427 (Contributed by Chien Wong in :gh: `115988 `.)
428428
429- * Add support of new BCJ filters ARM64 and RISC-V via :const: ` !lzma.FILTER_ARM64 ` and
430- :const: `!lzma.FILTER_RISCV `.
431- Note that the new filters will work only if runtime library supports them. ARM64 filter
429+ * Add support of new BCJ filters ARM64 and RISC-V via
430+ :const: `!lzma.FILTER_ARM64 ` and :const: ` !lzma. FILTER_RISCV `. Note that the
431+ new filters will work only if runtime library supports them. ARM64 filter
432432 requires ``lzma `` 5.4.0 or newer while RISC-V requires 5.6.0 or newer.
433433 (Contributed by Chien Wong in :gh: `115988 `.)
434434
You can’t perform that action at this time.
0 commit comments