Jarek Zgoda wrote:
> How do I get a list of localized month names for current locale? The
> first thing that came to my mind was an ugly hack:

 >>> import locale
 >>> locale.nl_langinfo(locale.MON_1)
'January'

--
Benji York
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to