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 mft
Recipients mft
Date 2008-02-06.05:44:25
SpamBayes Score 0.24650604
Marked as misclassified No
Message-id <1202276668.89.0.427395659293.issue2017@psf.upfronthosting.co.za>
In-reply-to
Content
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 "<stdin>", line 1, in <module>
TypeError: yeardatescalendar() takes at most 3 arguments (4 given)
>>>
History
Date User Action Args
2008-02-06 05:44:29mftsetspambayes_score: 0.246506 -> 0.24650604
recipients: + mft
2008-02-06 05:44:28mftsetspambayes_score: 0.246506 -> 0.246506
messageid: <1202276668.89.0.427395659293.issue2017@psf.upfronthosting.co.za>
2008-02-06 05:44:27mftlinkissue2017 messages
2008-02-06 05:44:26mftcreate