summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_calendar.py
Commit message (Collapse)AuthorAgeFilesLines
* added test case to catch index errors with _localized_name classSkip Montanaro2002-03-151-0/+4
|
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34
on the return values from isleap(). Also checks firstweekday() and setfirstweekday().