[Python-bugs-list] [Bug #110633] urlparse (PR#286)

noreply@sourceforge.net noreply@sourceforge.net
Wed, 16 Aug 2000 18:54:55 -0700


Bug #110633, was updated on 2000-Jul-31 17:09
Here is a current snapshot of the bug.

Project: Python
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: urlparse (PR#286)

Details: Jitterbug-Id: 286
Submitted-By: alex@shop.com
Date: Mon, 10 Apr 2000 16:40:57 -0400 (EDT)
Version: >=1.5
OS: win32 linux


urlparse requires that the url contain a "/"
so that
urlparse("http://foo.com?q=a#blah")
results in
("http","foo.com?q=a#blah",....)

urlparse should not require slashes in urls that have fragments or query
strings.



====================================================================
Audit trail:
Tue Jul 11 08:29:15 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Aug-16 21:54
By: fdrake

Comment:
Assigned to me so I can deal with urlparse all at once.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110633&group_id=5470