Home | History | Annotate | Download | only in urllib

Lines Matching full:_portprog

956 _portprog = None
959 global _portprog
960 if _portprog is None:
961 _portprog = re.compile('(.*):([0-9]*)$', re.DOTALL)
963 match = _portprog.match(host)