]> granicus.if.org Git - python/commit
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
authorOz N Tiram <oz.tiram@gmail.com>
Tue, 6 Jun 2017 09:35:59 +0000 (11:35 +0200)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 6 Jun 2017 09:35:59 +0000 (11:35 +0200)
commit8b7a4cc40e9b2f34da94efb75b158da762624015
tree5dd313ea843dbb65f0dd5702b61c5feafb43e5a6
parent167e0fc211c06df52aff1a81f513763374cb4f88
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)

Several class attributes have been added to calendar.HTMLCalendar that allow customization of the CSS classes used in the resulting HTML. This can be done by subclasses HTMLCalendar and overwriting those class attributes (Patch by Oz Tiram).
Doc/library/calendar.rst
Doc/whatsnew/3.7.rst
Lib/calendar.py
Lib/test/test_calendar.py
Misc/ACKS