LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
218 stars 85 forks source link

Python 2 & 3 compatibility #30

Closed joshuago78 closed 10 years ago

joshuago78 commented 10 years ago

This code passes tests for the following versions of Python: 2.6, 2.7, 3.2, 3.3, 3.4 It is not compatible with 2.5 or lower It has not yet been tested on 3.1

Closes #4

edsu commented 10 years ago

Thanks for this! Is breaking compatability with pythons < 2.5 going to be a problem? I would suspect not...

joshuago78 commented 10 years ago

Yeah, I was wondering about that. It's difficult to know how many users out there are still using really old versions of Python. But even the master branch failed to run the tests on 2.5.