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