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

Remove use of the uu standard library module #644

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. Test also on Python 3.10

    nsoranzo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4311bfc View commit details
    Browse the repository at this point in the history
  2. Remove use of the uu standard library module

    which is being removed in Python 3.13, by backporting
    python/cpython@407c3af
    
    Partial fix for PythonCharmers#640 .
    
    Also:
    - Backport small fixes from upstream `email` library module
    - Remove unused imports
    nsoranzo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6cbd877 View commit details
    Browse the repository at this point in the history