É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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18003>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to