Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use importlib.reload instead of imp.reload (Python 3.12 compat) #211

Merged
merged 2 commits into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. Prefer importlib.reload to imp.reload

    In aeidon/test/test_locales.py, use importlib.reload where available
    (Python 3.4 and later) instead of imp.reload; the imp module has been
    deprecated since Python 3.4 and is removed in Python 3.12, so this is a
    Python 3.12 compatibility fix.
    musicinmybrain committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8c902c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa3047 View commit details
    Browse the repository at this point in the history