Home
last modified time | relevance | path

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

/third_party/python/Lib/wsgiref/
Dheaders.py11 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
19 if quote or tspecials.search(value):
/third_party/python/Lib/email/
Dmessage.py26 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
66 if quote or tspecials.search(value):