We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32725a7 commit 6d94a08Copy full SHA for 6d94a08
Doc/library/lzma.rst
@@ -368,15 +368,18 @@ options. Valid filter IDs are as follows:
368
* :const:`!FILTER_ARMTHUMB`
369
* :const:`!FILTER_POWERPC`
370
* :const:`!FILTER_SPARC`
371
+
372
+ The above work on all lzma runtime library versions.
373
374
* :const:`!FILTER_ARM64`
375
- Only works if lzma runtime library version is 5.4.0 or later.
376
+ Only works if :data:`LZMA_VERSION` and :data:`LZMA_RUNTIME_VERSION` are 5.4.0 or later.
377
378
.. versionadded:: 3.13
379
380
* :const:`!FILTER_RISCV`
381
- Only works if lzma runtime library version is 5.6.0 or later.
382
+ Only works if :data:`LZMA_VERSION` and :data:`LZMA_RUNTIME_VERSION` are 5.6.0 or later.
383
384
385
0 commit comments