[redland-dev] bug in python-bindings

Tobias Kraentzer tobias.kraentzer at fh-duesseldorf.de
Mon Feb 16 10:50:23 GMT 2004


hi, there is a bug in the pythonbinding.

in line 295 in RDF.py:

self._node=Redland.librdf_new_node_from_typed_literal(_world._world,
          args['literal'], xml_language, datatype._uri)

i think it must be:

self._node=Redland.librdf_new_node_from_typed_literal(_world._world,
          args['literal'], xml_language, datatype._reduri)

have a nice day,

tobias kräntzer



More information about the redland-dev mailing list