[issue18003] lzma module very slow with line-oriented reading.

Éric Araujo report at bugs.python.org
Fri May 24 18:57:47 CEST 2013


Éric Araujo added the comment:

A higher-level interface to abstract differences between gzip, xz and others is actually provided in the tarfile module.  (zipfile is left out and its file objects have different methods, but that’s another issue.  shutil provides even higher-level functions to work on top of tarfile or zipfile.)

----------
nosy: +eric.araujo
title: New lzma crazy slow with line-oriented reading. -> lzma module very slow with line-oriented reading.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18003>
_______________________________________


More information about the Python-bugs-list mailing list