From 366141d6ea85a4331fd012eb500b71e5e5617561 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 24 Oct 2012 23:52:50 +0200 Subject: [PATCH] Make note about lzma module. --- patoolib/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patoolib/__init__.py b/patoolib/__init__.py index 852f5f3..aaff053 100644 --- a/patoolib/__init__.py +++ b/patoolib/__init__.py @@ -200,6 +200,7 @@ ArchivePrograms = { 'lzop': { None: ('lzop',), }, + # XXX Python 3.3 has native lzma module - use that after porting to 3.3 'lzma': { 'extract': ('lzma',), 'list': ('py_echo',),