Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py300 _cut_port_re = re.compile(r":\d+$", re.ASCII) variable
314 host = _cut_port_re.sub("", host, 1)