Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar,
that output localized month and weekday names and can cope
with encodings.
diff --git a/Misc/NEWS b/Misc/NEWS
index b877fe6..0ecea2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -920,7 +920,9 @@
- Bug #947906: An object oriented interface has been added to the calendar
module. It's possible to generate HTML calendar now and the module can be
- called as a script (e.g. via ``python -mcalendar``).
+ called as a script (e.g. via ``python -mcalendar``). Localized month and
+ weekday names can be ouput (even if an exotic encoding is used) using
+ special classes that use unicode.
Build
-----