Issue 2869: Wrong doc for `calendar.Calendar.iterweekdays`

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:34adminsetgithub: 47118
2008-11-13 23:05:19daonbsetnosy: + daonb
messages: + msg75843
2008-05-16 09:47:43georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg66927
2008-05-15 19:53:47belopolskysetfiles: + issue2869.diff
keywords: + patch
2008-05-15 18:13:38yogicreate