Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_calendar.py466 with self.assertRaises(calendar.IllegalMonthError):
471 with self.assertRaises(calendar.IllegalMonthError):
/external/python/cpython2/Lib/
Dcalendar.py21 class IllegalMonthError(ValueError): class
120 raise IllegalMonthError(month)