Home
last modified time | relevance | path

Searched refs:open_http (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Durllib.py295 def open_http(self, url, data=None): member in URLopener
/external/python/cpython3/Lib/urllib/
Drequest.py1958 def open_http(self, url, data=None): member in URLopener
/external/python/cpython2/Misc/
DHISTORY10450 open_http also had the 'data is None' test backwards. don't call with the
/external/python/cpython3/Misc/
DHISTORY27829 open_http also had the 'data is None' test backwards. don't call with the