rdflib 4.2.2: ConjunctiveGraph.parse() return a Graph object #939
Labels
breaking change
This involves or proposes breaking RDFLib's public API.
good first issue
Good for newcomers
id-as-cntxt
tracking related issues
The parse function of ConjunctiveGraph modify in place the ConjunctiveGraph but return a Graph object. This is a minor issue but it can create issues down the road if the parse methode is called like so
g = g.parse(source="test.ttl", format='turtle')
Demonstration:
The text was updated successfully, but these errors were encountered: