
report at bugs
Nov 18, 2009, 8:11 AM
Post #1 of 2
(143 views)
Permalink
|
|
[issue7345] calendar.TextCalendar().formatyear wrong argument list
|
|
New submission from dingle <xinjiang.lu [at] gmail>: 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: 95430 nosy: dingle, georg.brandl severity: normal status: open title: calendar.TextCalendar().formatyear wrong argument list versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7345> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|