mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/backports.lzma: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
948b00e9e9
commit
6432a58398
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
backports.lzma - Provides support for LXMA and XZ compressed files via the
|
||||
XZ Utils C library.
|
||||
backports.lzma - Provides support for LXMA and XZ compressed files via
|
||||
the XZ Utils C library.
|
||||
|
||||
This code is a backport of the Python 3.3 standard library module lzma for
|
||||
use on older versions of Python where it was not included.
|
||||
This code is a backport of the Python 3.3 standard library module lzma
|
||||
for use on older versions of Python where it was not included.
|
||||
|
||||
There are some older Python libraries like PylibLZMA and PyLZMA but these
|
||||
use LZMA Utils (not XZ Utils, so they have no XZ support).
|
||||
There are some older Python libraries like PylibLZMA and PyLZMA but
|
||||
these use LZMA Utils (not XZ Utils, so they have no XZ support).
|
||||
|
|
Loading…
Reference in a new issue