]> granicus.if.org Git - python/commit
Bug #947906: An object oriented interface has been added to the calendar
authorWalter Dörwald <walter@livinglogic.de>
Fri, 31 Mar 2006 15:26:22 +0000 (15:26 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 31 Mar 2006 15:26:22 +0000 (15:26 +0000)
commit58917a608336e5eb316664c118aa721defe0b39d
tree85589ab401fa010237bb7c9daf655c990e06e771
parent3f144f9fe07474b0086a96e49656a9e046936f57
Bug #947906: An object oriented interface has been added to the calendar
module. It's possible to generate HTML calendar now and the module can be
called as a script (e.g. via ``python -mcalendar``).
Doc/lib/libcalendar.tex
Lib/calendar.py
Lib/test/test_calendar.py
Misc/NEWS