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 orsenthil
Recipients Jasper.van.den.Bosch, ezio.melotti, orsenthil
Date 2011-08-03.10:25:08
SpamBayes Score 0.006670112
Marked as misclassified No
Message-id <20110803102459.GD2499@mathmagic>
In-reply-to <1312323514.52.0.93733287768.issue12683@psf.upfronthosting.co.za>
Content
The reason for that seems that svn scheme did not support relative paths
to being with (at least when urlparse was originally written).

From 1.5 onwards (released sometime in 2008), it has the support for
relative urls and can work with urljoin (by giving relative paths).

http://subversion.apache.org/docs/release-notes/1.5.html#externals-relative-urls

Since the support was added in 2008 itself, I am okay to consider this
as a bug in Python and fix it in 2.7,3.2 and 3.3
History
Date User Action Args
2011-08-03 10:25:09orsenthilsetrecipients: + orsenthil, ezio.melotti, Jasper.van.den.Bosch
2011-08-03 10:25:09orsenthillinkissue12683 messages
2011-08-03 10:25:08orsenthilcreate