Home
last modified time | relevance | path

Searched refs:open_with_auth (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/
Dpackage_index.py764 return open_with_auth(url, self.opener)
1038 def open_with_auth(url, opener=urllib.request.urlopen): function
1084 open_with_auth = socket_timeout(_SOCKET_TIMEOUT)(open_with_auth) variable
/external/python/setuptools/
DCHANGES.rst2778 * Distribute #262: package_index.open_with_auth no longer throws LookupError