Fix up a variety of Python version issues.
Review Request #9880 — Created April 19, 2018 and submitted — Latest diff uploaded
This change updates our Python version requirements, enabling 3.5+,
getting rid of 2.6, and removing a bunch of workarounds for old
versions.Based on work by Joshua Olson at https://reviews.reviewboard.org/r/9652/
- Ran unit tests on Python 2.7 and 3.6.
- Posted some changes.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
setup.py |
---|
rbtools/api/request.py |
---|
rbtools/commands/__init__.py |
---|
rbtools/commands/post.py |
---|
rbtools/utils/users.py |
---|