Merge lp://staging/~cjwatson/storm/drop-pre-2.6 into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 494 |
Proposed branch: | lp://staging/~cjwatson/storm/drop-pre-2.6 |
Merge into: | lp://staging/storm |
Diff against target: |
277 lines (+9/-121) 8 files modified
NEWS (+1/-0) storm/cextensions.c (+0/-57) storm/compat.py (+1/-7) storm/variables.py (+3/-26) tests/helper.py (+1/-6) tests/mocker.py (+0/-9) tests/properties.py (+1/-8) tests/variables.py (+2/-8) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/drop-pre-2.6 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Adam Collard (community) | Approve | ||
Review via email: mp+368250@code.staging.launchpad.net |
Commit message
Remove support for Python < 2.6.
Description of the change
Python 2.5 reached EOL in 2011; there's really no need to carry around compatibility cruft for it or for earlier versions any more.
(Indeed, 2.6 is also pretty dead, and I don't have a good way to test that Storm still works on it at the moment; but we don't have any compatibility code for it, so it isn't getting in the way regardless.)
To post a comment you must log in.
Approved with one inline cleanup suggestion