Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
H A Dcookies.py159 # _LegalChars is the list of chars which don't require "'s
162 _LegalChars = string.ascii_letters + string.digits + "!#$%&'*+-.^_`|~:" variable
163 _UnescapedChars = _LegalChars + ' ()/<=>?@[]{}'
172 _is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch

Completed in 1 milliseconds