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

Fix ambiguity between Literal(False) and None in Graph.items(...) #382

Merged
merged 1 commit into from
Apr 20, 2014
Merged

Fix ambiguity between Literal(False) and None in Graph.items(...) #382

merged 1 commit into from
Apr 20, 2014

Conversation

bcogrel
Copy link
Contributor

@bcogrel bcogrel commented Apr 20, 2014

False values in boolean lists were ignored by graph.items().

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0%) when pulling b6a55b0 on bcogrel:master into c7e4abe on RDFLib:master.

@joernhees
Copy link
Member

seems legit, can you provide a test-case for this as well?

joernhees added a commit that referenced this pull request Apr 20, 2014
Fix ambiguity between Literal(False) and None in Graph.items(...)
@joernhees joernhees merged commit 7193ea3 into RDFLib:master Apr 20, 2014
joernhees added a commit that referenced this pull request Apr 20, 2014
@joernhees
Copy link
Member

nvm, made one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants