[New-bugs-announce] [issue10092] calendar does not restore locale properly

Alexander Belopolsky report at bugs.python.org
Wed Oct 13 21:53:36 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

>>> import calendar
>>> calendar.TextCalendar().formatmonthname(2010,10,10)
'October 2010'
>>> calendar.LocaleTextCalendar(locale='fr_FR').formatmonthname(2010,10,10)
'octobre 2010'
>>> calendar.TextCalendar().formatmonthname(2010,10,10)
'octobre 2010'

----------
messages: 118570
nosy: belopolsky
priority: normal
severity: normal
stage: unit test needed
status: open
title: calendar does not restore locale properly

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10092>
_______________________________________


More information about the New-bugs-announce mailing list