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 belopolsky
Recipients belopolsky
Date 2010-10-13.19:53:35
SpamBayes Score 0.10314876
Marked as misclassified No
Message-id <1286999616.97.0.806385422046.issue10092@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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'
History
Date User Action Args
2010-10-13 19:53:37belopolskysetrecipients: + belopolsky
2010-10-13 19:53:36belopolskysetmessageid: <1286999616.97.0.806385422046.issue10092@psf.upfronthosting.co.za>
2010-10-13 19:53:35belopolskylinkissue10092 messages
2010-10-13 19:53:35belopolskycreate