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:32 | sergiomb2 | set | recipients: + sergiomb2, jjlee, ndim |
2010年01月26日 04:17:32 | sergiomb2 | set | messageid: <1264479452.04.0.341287821485.issue2987@psf.upfronthosting.co.za> |
2010年01月26日 04:17:30 | sergiomb2 | link | issue2987 messages |
2010年01月26日 04:17:30 | sergiomb2 | create |