Merge lp://staging/~cjwatson/storm/lp-psycopg-2.5 into lp://staging/~launchpad-committers/storm/lp
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 407 |
Proposed branch: | lp://staging/~cjwatson/storm/lp-psycopg-2.5 |
Merge into: | lp://staging/~launchpad-committers/storm/lp |
Diff against target: |
29 lines (+9/-3) 1 file modified
storm/exceptions.py (+9/-3) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/lp-psycopg-2.5 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+278350@code.staging.launchpad.net |
Commit message
Use ABCMeta for exception base class injection
This requires Python >= 2.6 (which is unlikely to be a problem these days!),
and adds compatibility with psycopg2 >= 2.5.
Description of the change
Cherry-pick https:/
To post a comment you must log in.