chfoo / warcat

Tool and library for handling Web ARChive (WARC) files.
GNU General Public License v3.0
150 stars 21 forks source link

Support older Python 2.7 #2

Open chfoo opened 10 years ago

chfoo commented 10 years ago

With chfoo/wpull being a success at supporting Python 2 using the latest lib3to2, Warcat shouldn't have problems with being backported.

bonitao commented 9 years ago

Hi @chfoo,

I have attempted a backport of warcat, and it seems to be working fine for me. See the code at https://github.com/bonitao/warcat/tree/py2. I disabled some tests, but if you are willing to accept a pull requests, I can finish porting them as well.

chfoo commented 9 years ago

Thanks, I'll be happy to accept pull requests. Please take your time to finish porting the code. Correctness is much more important than version compatibility.