Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/wsgiref/
Dhandlers.py31 _monthname = [None, # Dummy so we can use 1-based month numbers variable
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
/external/python/cpython2/Lib/
DCookie.py382 _monthname = [None, variable
386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):