Mailing List Archive

[issue2869] Wrong doc for `calendar.Calendar.iterweekdays`
New submission from Jochen Kupperschmidt <yo.gi@nwsnet.de>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 66874
nosy: georg.brandl, yogi
severity: normal
status: open
title: Wrong doc for `calendar.Calendar.iterweekdays`
versions: Python 2.5, Python 2.6

__________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue2869>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2869] Wrong doc for `calendar.Calendar.iterweekdays` [ In reply to ]
Changes by Alexander Belopolsky <belopolsky@users.sourceforge.net>:


----------
keywords: +patch
Added file: http://bugs.python.org/file10335/issue2869.diff

__________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue2869>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue2869] Wrong doc for `calendar.Calendar.iterweekdays` [ In reply to ]
Georg Brandl <georg@python.org> added the comment:

Thanks, fixed in r63365.

----------
resolution: -> fixed
status: open -> closed

__________________________________
Tracker <report@bugs.python.org>
<http://bugs.python.org/issue2869>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com