summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2006-04-01 07:57:00 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2006-04-01 07:57:00 (GMT)
commit48d5e508ebc136f8f67a2cb2bdd29e55324f5a95 (patch)
treee7ad265967976dbc77323a847627c23e3ada420f /Misc
parent1c5a59f80a614df368cb7f545112862b2e7e1d5e (diff)
downloadcpython-48d5e508ebc136f8f67a2cb2bdd29e55324f5a95.zip
cpython-48d5e508ebc136f8f67a2cb2bdd29e55324f5a95.tar.gz
cpython-48d5e508ebc136f8f67a2cb2bdd29e55324f5a95.tar.bz2
Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar,
that output localized month and weekday names and can cope with encodings.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b877fe6..0ecea2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -920,7 +920,9 @@ Library
- 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
-----