diff --git a/ChangeLog b/ChangeLog index 91e9abdf..c079876c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard * uri.c include/libxml/uri.h: patch from Richard Jones to save the query part in raw form. + * libxml2-python-api.xml: also added accessor for the python bindings Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard diff --git a/python/libxml2-python-api.xml b/python/libxml2-python-api.xml index f77a2371..42f661d5 100644 --- a/python/libxml2-python-api.xml +++ b/python/libxml2-python-api.xml @@ -265,6 +265,17 @@ + + Get the raw query part from an URI (i.e. the unescaped form). + + + + + Set the raw query part of an URI (i.e. the unescaped form). + + + + Get the fragment part from an URI diff --git a/python/libxml2class.txt b/python/libxml2class.txt index 2625f6c8..36e273d9 100644 --- a/python/libxml2class.txt +++ b/python/libxml2class.txt @@ -945,6 +945,7 @@ Class URI() path() port() query() + queryRaw() scheme() server() setAuthority() @@ -953,6 +954,7 @@ Class URI() setPath() setPort() setQuery() + setQueryRaw() setScheme() setServer() setUser()