[issue1046] HTMLCalendar.formatyearpage not behaving as documented
inefab added the comment: uploaded 2008cal.html __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1046> __ http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> Calendar for 2008 2008 January M
[issue1046] HTMLCalendar.formatyearpage not behaving as documented
New submission from inefab: The function HTMLCalendar.formatyearpage in module calendar takes at most 5 arguments (year, month, css, encoding) whereas documentation (http://docs.python.org/lib/module-calendar.html) says it takes at most 6 (theyear, themonth[, width[, css[, encoding]]]). Also