Merge lp://staging/~cjwatson/storm/no-sys-maxint into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 504 |
Proposed branch: | lp://staging/~cjwatson/storm/no-sys-maxint |
Merge into: | lp://staging/storm |
Diff against target: |
45 lines (+6/-5) 3 files modified
storm/databases/sqlite.py (+4/-3) storm/properties.py (+1/-1) tests/mocker.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/no-sys-maxint |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson (community) | Approve | ||
Review via email: mp+368542@code.staging.launchpad.net |
Commit message
Use sys.maxsize rather than sys.maxint.
Description of the change
I extracted this from https:/
To post a comment you must log in.
I'll review this myself since I just extracted it from somebody else's MP.