Remove all legacy future imports.

Review Request #12644 — Created Sept. 25, 2022 and submitted — Latest diff uploaded

Information

RBTools
release-4.x

Reviewers

This removes the unicode_literals, print_function, and division
imports, which are no longer needed with Python 3.

Some of the affected modules have had new docstrings added, or updated
for consistency. Most of these are command or utility docs. None of the
API docs have been updated, since that work is being handled separately.

All unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove all legacy future imports.
This removes the `unicode_literals`, `print_function`, and `division` imports, which are no longer needed with Python 3. Some of the affected modules have had new docstrings added, or updated for consistency. Most of these are command or utility docs. None of the API docs have been updated, since that work is being handled separately.
53d348f28ac9f0a78ef5f2bb220d986e4aa92fab Christian Hammond
This diff has been split across 4 pages: 1 2 3 4 >
contrib/installers/windows/scripts/get-version.py
docs/rbtools/conf.py
docs/rbtools/_ext/rbt_commands.py
docs/releasenotes/conf.py
rbtools/api/cache.py
rbtools/api/capabilities.py
rbtools/api/client.py
rbtools/api/decode.py
rbtools/api/decorators.py
rbtools/api/errors.py
rbtools/api/factory.py
rbtools/api/request.py
rbtools/api/resource.py
rbtools/api/utils.py
rbtools/api/tests/base.py
rbtools/api/tests/test_capabilities.py
rbtools/api/tests/test_errors.py
rbtools/api/tests/test_factory.py
rbtools/api/tests/test_http_request.py
rbtools/api/tests/test_resource.py
This diff has been split across 4 pages: 1 2 3 4 >
Loading...