[Python-checkins] [python/cpython] 8b7a4c: bpo-30095: Make CSS classes used by calendar.HTMLC...

GitHub noreply at github.com
Tue Jun 6 05:36:01 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 8b7a4cc40e9b2f34da94efb75b158da762624015
      https://github.com/python/cpython/commit/8b7a4cc40e9b2f34da94efb75b158da762624015
  Author: Oz N Tiram <oz.tiram at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M Doc/library/calendar.rst
    M Doc/whatsnew/3.7.rst
    M Lib/calendar.py
    M Lib/test/test_calendar.py
    M Misc/ACKS

  Log Message:
  -----------
  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).




More information about the Python-checkins mailing list