[ https://issues.apache.org/jira/browse/PROTON-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14141290#comment-14141290 ]
ASF subversion and git services commented on PROTON-693: -------------------------------------------------------- Commit 1626329 from [~aconway] in branch 'proton/trunk' [ https://svn.apache.org/r1626329 ] PROTON-693: Python Url class to wrap C function pni_parse_url It was pointed out that pni_parse_url is an internal function and the interface is not suitable for public API. Rewrote the URL parser as a proper swigable C API pn_url_*. This gets rid of the need for previous swig insanity and is cleaner all round. Internally still uses the pni_parse_url parser, we can clean that up later. > Python Url class to wrap C function pni_parse_url > ------------------------------------------------- > > Key: PROTON-693 > URL: https://issues.apache.org/jira/browse/PROTON-693 > Project: Qpid Proton > Issue Type: Improvement > Components: python-binding > Affects Versions: 0.8 > Reporter: Alan Conway > Assignee: Alan Conway > Fix For: 0.8 > > > Add a Url class to the python binding that wraps the C function pni_url_parse. > Also added unit tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)