Home
last modified time | relevance | path

Searched refs:IPV4_RE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/http/
H A Dcookiejar.py534 IPV4_RE = re.compile(r"\.\d+$", re.ASCII) variable
541 # at other uses of IPV4_RE also, if change this.
542 if IPV4_RE.search(text):
595 if IPV4_RE.search(text):
643 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
1069 not IPV4_RE.search(req_host)):

Completed in 4 milliseconds