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 case_insensitive_dict.py #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mosesrenegade
Copy link

Please note that there is a change to the collections module in Python 3.10. This fixes the modules for Python 3.10. It may however break older builds of python3, unsure how to resolve that particular issue.

There was an update to the collections library. Mapping and MutableMapping are now in collections.abc. OrderedDict remains in collections.
Copy link

@specters312 specters312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me can someone approve this?

@juneeighteen
Copy link

+1 Running into this issue myself.

@tomtastic
Copy link

Resolves this issue for me when using Python3.11 also.

Copy link

@swathibudda swathibudda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this resolves Mappings issue in python 3.10

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.

None yet

5 participants