Skip to content

Support drop for Python < 3.7: step 4 — update code to use Python 3.7 features - #505

Draft
leogama wants to merge 1 commit into
uqfoundation:masterfrom
leogama:cleanup-step-4
Draft

Support drop for Python < 3.7: step 4 — update code to use Python 3.7 features#505
leogama wants to merge 1 commit into
uqfoundation:masterfrom
leogama:cleanup-step-4

Conversation

@leogama

@leogama leogama commented Jun 9, 2022

Copy link
Copy Markdown
Contributor

This is for the step 4 in #499:

Rewrite some snippets of code to take advantage of new Python 3 syntax if it improves code quality or speed, or if the used functions are deprecated in 3.7.

  • Change API deprecated in 3.7 to new API
  • Use importlib and importlib.util functions (e.g. in the place of bare __import__s)
  • Add function annotations to public API
  • ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant