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.
2 parents a740aab + 7d2ac31 commit a945e71Copy full SHA for a945e71
numcodecs/lzma.py
@@ -21,7 +21,7 @@
21
# noinspection PyShadowingBuiltins
22
class LZMA(Codec):
23
"""Codec providing compression using lzma via the Python standard
24
- library (only available under Python 3).
+ library (available on Python 3 and Python 2 with ``backports.lzma``).
25
26
Parameters
27
----------
0 commit comments