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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2017> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com