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.

Author Retro
Recipients JJeffries, Retro, belopolsky, christian.heimes, eric.araujo, georg.brandl, ixokai, r.david.murray, tim.golden, twouters
Date 2010-12-01.21:06:49
SpamBayes Score 0.0051851
Marked as misclassified No
Message-id <1291237626.0.0.547300412084.issue10092@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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)
History
Date User Action Args
2010-12-01 21:07:06Retrosetrecipients: + Retro, twouters, georg.brandl, ixokai, belopolsky, christian.heimes, tim.golden, eric.araujo, r.david.murray, JJeffries
2010-12-01 21:07:05Retrosetmessageid: <1291237626.0.0.547300412084.issue10092@psf.upfronthosting.co.za>
2010-12-01 21:06:49Retrolinkissue10092 messages
2010-12-01 21:06:49Retrocreate