fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

Python 3 Compatibility #22

Closed tankbusta closed 9 years ago

tankbusta commented 9 years ago

This PR addresses the following:

Python 3.4.1 Test Results:

tankbusta in ~/code/third_party/pylzma on fix_unittests λ python3 -m unittest discover
.......................................
----------------------------------------------------------------------
Ran 39 tests in 5.573s

OK

Python 2.7.8 Test Results:

tankbusta in ~/code/third_party/pylzma on fix_unittests λ python2 -m unittest discover
........................................
----------------------------------------------------------------------
Ran 40 tests in 5.315s

OK
fancycode commented 9 years ago

Thanks, I slightly modified your changes to keep support for older versions of Python.