[issue1046] HTMLCalendar.formatyearpage not behaving as documented

2007-08-28 Thread Walter Dörwald
Walter Dörwald added the comment: Fixed in r57620 -- nosy: +doerwalter resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1046] HTMLCalendar.formatyearpage not behaving as documented

2007-08-28 Thread inefab
inefab added the comment: uploaded 2008cal.html __ Tracker <[EMAIL PROTECTED]> __ http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> Calendar for 2008 2008 January MonTueWedThuFriSatSun  12

[issue1046] HTMLCalendar.formatyearpage not behaving as documented

2007-08-28 Thread inefab
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, t