]> granicus.if.org Git - python/commit
patches from David Goodger. Closes patch 101085.
authorSkip Montanaro <skip@pobox.com>
Wed, 30 Aug 2000 14:01:28 +0000 (14:01 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 30 Aug 2000 14:01:28 +0000 (14:01 +0000)
commitad3bc44d52b9b9c1f1c7449d0991138fed5fe978
treed442d7e1d76f4c2bd9dd722c592cef813810f7f9
parent3cdb5761c5d779b15e153cf33d52babbf56b5807
patches from David Goodger.  Closes patch 101085.

* deletes cache
* adds firstweekday and setfirstweekday functions that allow user to control
  which day of the week is first when displaying calendars
* adds month, week, calendar functions that return their results instead of
  printing them
* adds symbolic constants MONDAY, ..., SUNDAY so users need not remember the
  ordinal values of the weekdays
Lib/calendar.py