[issue3406] LocaleTextCalendar and LocaleHTMLCalendar break without a locale

2008-07-18 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: This was fixed in r45302 and r58936 -- nosy: +gpolo resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3406] LocaleTextCalendar and LocaleHTMLCalendar break without a locale

2008-07-18 Thread WoLpH
New submission from WoLpH <[EMAIL PROTECTED]>: Steps to reproduce: >>> import calendar >>> calendar.LocaleHTMLCalendar() Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/calendar.py", line 540, in __init__ locale = locale.getdefaultlocale() AttributeError: