[issue7345] calendar.TextCalendar().formatyear wrong argument list

2009-11-23 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Fixed in r76471. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7345 ___

[issue7345] calendar.TextCalendar().formatyear wrong argument list

2009-11-18 Thread dingle
New submission from dingle xinjiang...@gmail.com: 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. -- assignee: georg.brandl components: Documentation messages: