[issue2017] Calendar.yeardatescalendar etc. do not take 'month' argument

2008-02-06 Thread Walter Dörwald
Walter Dörwald added the comment: Fixed in r60618 (trunk) and r60619 (release25-maint) -- nosy: +doerwalter resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2017] Calendar.yeardatescalendar etc. do not take 'month' argument

2008-02-06 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: -> georg.brandl keywords: +easy nosy: +georg.brandl priority: -> normal type: -> behavior __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2017] Calendar.yeardatescalendar etc. do not take 'month' argument

2008-02-05 Thread MATSUI Tetsushi
New submission from MATSUI Tetsushi: Similar to the issue 1046, The documentation of Calendar.year*calendar incorrectly have 'month' argument. >>> cal = calendar.Calendar(5) >>> cal.yeardatescalendar(2008,2,3) Traceback (most recent call last): File "", line 1, in TypeError: yeardatescalendar