Restore default implementation of Store.namespaces · Issue #1431 · RDFLib/rdflib (original) (raw)
The Store
class has had an implementation of namespaces
which returns an empty generator. This was removed in 6.0.2, so that stores which don't support namespaces would have to implement the method in order to work with code which queries for namespaces with this method (e.g., by creating a namespace manager) generically without knowing the underlying Store
.
breaking commit: 90f6fe5