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

MATSUI Tetsushi report at bugs.python.org
Wed Feb 6 06:44:29 CET 2008


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 "<stdin>", line 1, in <module>
TypeError: yeardatescalendar() takes at most 3 arguments (4 given)
>>>

----------
components: Documentation
messages: 62088
nosy: mft
severity: normal
status: open
title: Calendar.yeardatescalendar etc. do not take 'month' argument
versions: Python 2.5, Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2017>
__________________________________


More information about the Python-bugs-list mailing list