- From: Darren Chamberlain <dlc@sevenroot.org>
- Date: Tue, 24 Jan 2006 12:05:36 -0500
- To: semantic-web@w3.org
On 1/24/06, Dan Connolly <connolly@w3.org> wrote: > I was going to say that it should work in practice, but this > problem seems to have infected the python standard library... > > >>> urlparse.urlparse("urn:abc#def") > ('urn', '', 'abc#def', '', '', '') FWIW, the URI parsers in Perl, Ruby, and PHP don't have this problem. (I don't mean to start a language war, just to point out that this problem is not universal). -- (darren)
Received on Tuesday, 24 January 2006 17:05:56 UTC