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

collections migration update and backwards comparability. #959

Merged
merged 2 commits into from
Mar 12, 2020

Conversation

tmsincomb
Copy link
Contributor

Backwards comparability placed into rdflib/compat.py as per request.

Previous correction suggestion at #950. Created a proper fork for a more detailed change.

Error :: "Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping, MutableMapping."

The query function might break with python 3.8 because of this. Should update this soon to avoid that possibility.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 75.632% when pulling 6815e7f on tmsincomb:master into e004802 on RDFLib:master.

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.

4 participants