Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcookielib.py193 WEEKDAY_RE = re.compile( variable
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
/external/python/cpython3/Lib/http/
Dcookiejar.py201 WEEKDAY_RE = re.compile( variable
262 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday