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.

classification
Title: Wrong doc for `calendar.Calendar.iterweekdays`
Type: Stage:
Components: Documentation Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: daonb, georg.brandl, yogi
Priority: normal Keywords: patch

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