Make note about lzma module.

This commit is contained in:
Bastian Kleineidam 2012-10-24 23:52:50 +02:00
parent 9ae920ff1b
commit 366141d6ea
1 changed files with 1 additions and 0 deletions

View File

@ -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',),