Merge lp://staging/~afb/pyliblzma/py2x into lp://staging/pyliblzma
Proposed by
Anders F Björklund
Status: | Merged |
---|---|
Merged at revision: | 496 |
Proposed branch: | lp://staging/~afb/pyliblzma/py2x |
Merge into: | lp://staging/pyliblzma |
Diff against target: |
519 lines (+148/-11) 9 files modified
setup.py (+14/-7) src/liblzma.c (+30/-0) src/liblzma.h (+18/-0) src/liblzma_compressobj.c (+13/-0) src/liblzma_decompressobj.c (+15/-1) src/liblzma_fileobj.c (+21/-0) src/liblzma_options.c (+27/-0) src/liblzma_util.c (+4/-0) tests/test_liblzma.py (+6/-3) |
To merge this branch: | bzr merge lp://staging/~afb/pyliblzma/py2x |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Per Øyvind Karlsen | Approve | ||
Review via email: mp+31839@code.staging.launchpad.net |
Description of the change
The branch adds backwards compatibility for python versions 2.3 through 2.6
There are NO changes for python 2.7, only fallbacks for new features missing
To post a comment you must log in.
Thx!