[Python-bugs-list] [ python-Bugs-416231 ] urllib.basejoin fails to apply some ../

noreply@sourceforge.net noreply@sourceforge.net
Sun, 15 Apr 2001 13:49:13 -0700


Bugs item #416231, was updated on 2001-04-14 23:28
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=416231&group_id=5470

Category: Python Library
Group: None
>Status: Closed
Priority: 5
Submitted By: Juan M. Bello Rivas (rwxrwxrwx)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: urllib.basejoin fails to apply some ../

Initial Comment:
When performing a urllib.basejoin('http://localhost/',
'../test.html') the function will join it as
http://localhosttest.html.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-15 13:49

Message:
Logged In: YES 
user_id=6380

Thanks for the bug report!

I've now fixed this in the CVS tree, just in time for the 
final release.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=416231&group_id=5470