[Python-Dev] LZMA compression support in 3.3 (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sat Aug 27 17:42:50 CEST 2011
- Previous message: [Python-Dev] LZMA compression support in 3.3
- Next message: [Python-Dev] LZMA compression support in 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It is not my intention for the lzma C module to do I/O - that will be done by the LZMAFile class, which will be written in Python. My comparison with bz2 was in reference to the state of the module after it was rewritten for issue 5863.
Ok. I'll defer my judgement then until actual code is to review.
Not sure whether you already have this: supporting the tarfile module would be nice.
Regards, Martin
- Previous message: [Python-Dev] LZMA compression support in 3.3
- Next message: [Python-Dev] LZMA compression support in 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]