Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
D_parseaddr.py23 _monthnames = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', variable
99 if mm not in _monthnames:
101 if mm not in _monthnames:
103 mm = _monthnames.index(mm) + 1