[redland-dev] bug in python-bindings
Dave Beckett
dave.beckett at bristol.ac.uk
Mon Feb 16 11:08:14 GMT 2004
On Mon, 16 Feb 2004 11:50:23 +0100, Tobias Kraentzer <tobias.kraentzer at fh-duesseldorf.de> wrote:
> 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)
Yes, that's a bug - thanks for catching it. A quick search seems to
show it's the only one of that form.
Dave
More information about the redland-dev
mailing list