Issue 2869: Wrong doc for calendar.Calendar.iterweekdays (original) (raw)

Issue2869

Created on 2008-05-15 18:13 by yogi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue2869.diff belopolsky,2008-05-15 19:53
Messages (3)
msg66874 - (view) Author: Jochen Kupperschmidt (yogi) Date: 2008-05-15 18:13
The documentation for `calendar.Calendar.iterweekdays` (both 2.5 and 2.6a3 online) states that the method would take an argument `weekday`. However, testing it and looking at the module source reveals that it takes no arguments.
msg66927 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-16 09:47
Thanks, fixed in r63365.
msg75843 - (view) Author: benny daon (daonb) Date: 2008-11-13 23:05
It confused me. Got to this URL: http://www.python.org/doc/2.5.2/lib/module-calendar.html
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47118
2008-11-13 23:05:19 daonb set nosy: + daonbmessages: +
2008-05-16 09:47:43 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-05-15 19:53:47 belopolsky set files: + issue2869.diffkeywords: + patch
2008-05-15 18:13:38 yogi create