This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sergiomb2
Recipients jjlee, ndim, sergiomb2
Date 2010-01-26.04:17:29
SpamBayes Score 0.28978056
Marked as misclassified No
Message-id <1264479452.04.0.341287821485.issue2987@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, with python-2.6.2-2.fc12.i686

In: x ="http://www.somesite.com/images/rubricas/"
In: urlparse.urljoin(x, '07.11.2009-9:54:12-1.jpg')
Out: '07.11.2009-9:54:12-1.jpg' !?

In: urlparse.urljoin(x, './07.11.2009-9:54:12-1.jpg')
Out: 'http://www.somesite.com/images/rubricas/07.11.2009-9:54:12-1.jpg'

urlparse.urlparse('07.11.2009-9:54:12-1.jpg')
is wrong
but 
urlparse.urlparse('./07.11.2009-9:54:12-1.jpg')
isn't. 

think about that please
History
Date User Action Args
2010-01-26 04:17:32sergiomb2setrecipients: + sergiomb2, jjlee, ndim
2010-01-26 04:17:32sergiomb2setmessageid: <1264479452.04.0.341287821485.issue2987@psf.upfronthosting.co.za>
2010-01-26 04:17:30sergiomb2linkissue2987 messages
2010-01-26 04:17:30sergiomb2create