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: calendar.TextCalendar().formatyear wrong argument list
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: dingle, georg.brandl
Priority: normal Keywords:

Created on 2009-11-18 16:11 by dingle, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg95430 - (view) Author: (dingle) Date: 2009-11-18 16:11
class calendar.TextCalendar([firstweekday]):
formatyear(theyear, themonth[, w[, l[, c[, m]]]])

Should delete "themonth". Found this problem with all 2.6, 2.7, 3K
documentation.
msg95651 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-11-23 19:53
Fixed in r76471.
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51594
2009-11-23 19:53:28georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg95651
2009-11-18 16:11:42dinglecreate