Re: [Python-Dev] New uriparse.py

2006-04-02 Thread John J Lee
On Sun, 2 Apr 2006, "Martin v. Löwis" wrote: Paul Jimenez wrote: Announcing uriparse.py, submitted for inclusion in the standard library. Patch request 1462525. [...] abstractions"; however, this didn't mean anything to me. Saying "urlparse doesn't comply with STD66 (aka RFC3986) because it h

Re: [Python-Dev] New uriparse.py

2006-04-02 Thread Martin v. Löwis
Paul Jimenez wrote: > Announcing uriparse.py, submitted for inclusion in the standard library. > Patch request 1462525. > Per the original discussion at > http://mail.python.org/pipermail/python-dev/2005-November/058301.html > I'm submitting a library meant to deprecate the > existing urlparse libr

[Python-Dev] New uriparse.py

2006-04-02 Thread Paul Jimenez
Announcing uriparse.py, submitted for inclusion in the standard library. Patch request 1462525. Per the original discussion at http://mail.python.org/pipermail/python-dev/2005-November/058301.html I'm submitting a library meant to deprecate the existing urlparse library. Questions and comments wel