Boštjan Mejak <bostjan.me...@gmail.com> added the comment: >>> calendar.LocaleTextCalendar(locale='fr_FR').formatmonthname(2010,10,10) is not valid because 'fr_FR' is not a valid value for the 'locale' argument
What is valid is this: >>> calendar.LocaleTextCalendar(locale='French').formatmonthname(2010,10,10) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com