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 449b722 commit d609e87Copy full SHA for d609e87
Doc/library/lzma.rst
@@ -346,7 +346,7 @@ the following constants:
346
The version of the lzma C library actually loaded at runtime, in both
347
integer and string forms.
348
349
- .. versionadded:: 3.13
+ .. versionadded:: 3.15
350
351
.. data:: LZMA_HEADER_VERSION
352
.. data:: LZMA_HEADER_VERSION_STRING
@@ -355,7 +355,7 @@ the following constants:
355
both integer and string forms. This may be different from the lzma library
356
actually used at runtime.
357
358
359
360
The version number and string formats are as defined in by C library. The
361
integer is represented in decimal digits as ``jmmmppps`` where ``j`` is the
0 commit comments