61
59
path = self._combine_paths(self._path, relative)
62
60
# urllib2 will be confused if it find authentication
63
61
# info (user, password) in the urls. So we handle them separatly.
64
64
return self._unsplit_url(self._unqualified_scheme,
65
65
None, None, self._host, self._port, path)