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