This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doerwalter
Recipients Mariatta, Oz.Tiram, doerwalter, rhettinger
Date 2017-04-19.09:49:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492595360.97.0.285843562754.issue30095@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO this could all be done by overwriting the relevant methods.

But this might be overkill.

I think a solution might be to move the CSS classes into class attributes of HTMLCalendar. Customizing the CSS classes would then be done by subclassing HTMLCalendar and overwriting the appropriate class attributes.

Is this what you had in mind?
History
Date User Action Args
2017-04-19 09:49:21doerwaltersetrecipients: + doerwalter, rhettinger, Oz.Tiram, Mariatta
2017-04-19 09:49:20doerwaltersetmessageid: <1492595360.97.0.285843562754.issue30095@psf.upfronthosting.co.za>
2017-04-19 09:49:20doerwalterlinkissue30095 messages
2017-04-19 09:49:20doerwaltercreate