A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2011-August/112734.html below:

[Python-Dev] cpython (3.2): Fix closes issue12683

[Python-Dev] cpython (3.2): Fix closes issue12683 - urljoin to work with relative join of svn scheme.Antoine Pitrou solipsis at pitrou.net
Wed Aug 3 15:23:19 CEST 2011
On Wed, 03 Aug 2011 12:47:23 +0200
senthil.kumaran <python-checkins at python.org> wrote:
> 
> diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py
> --- a/Lib/test/test_urlparse.py
> +++ b/Lib/test/test_urlparse.py
> @@ -371,6 +371,8 @@
>          self.checkJoin('http:///', '..','http:///')
>          self.checkJoin('', 'http://a/b/c/g?y/./x','http://a/b/c/g?y/./x')
>          self.checkJoin('', 'http://a/./g', 'http://a/./g')
> +        self.checkJoin('svn://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')
> +        self.checkJoin('svn://pathtorepo/dir1', 'dir2', 'svn://pathtorepo/dir2')

This is the same test repeated. Perhaps you meant svn+ssh?

Regards

Antoine.


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4