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

Update six.py to version 1.16.0 #2848

Closed
wants to merge 1 commit into from

Conversation

fumoboy007
Copy link

@fumoboy007 fumoboy007 commented Sep 16, 2024

The included six.py is from version 1.9.0. This version is not compatible with Python 3.12, which removed the deprecated MetaPathFinder.find_module method. This change updates six.py to version 1.16.0, which uses the replacement MetaPathFinder.find_spec method.

Fixes PY-75977.

The included `six.py` is from version 1.9.0. This version is not compatible with Python 3.12, which [removed](python/cpython#98059) the deprecated `MetaPathFinder.find_module` method. This change updates `six.py` to version [1.16.0](https://github.com/benjaminp/six/blob/65486e4383f9f411da95937451205d3c7b61b9e1/six.py), which uses the replacement `MetaPathFinder.find_spec` method.
@DmPanov DmPanov assigned alek-sun and unassigned east825 Nov 25, 2024
@DmPanov
Copy link
Member

DmPanov commented Nov 25, 2024

@fumoboy007 thank you for the PR, applied in 5fc17cc

@DmPanov DmPanov closed this Nov 25, 2024
@DmPanov DmPanov added the Merged label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants