summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2006-03-31 15:26:22 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2006-03-31 15:26:22 (GMT)
commit58917a608336e5eb316664c118aa721defe0b39d (patch)
tree85589ab401fa010237bb7c9daf655c990e06e771 /Misc
parent3f144f9fe07474b0086a96e49656a9e046936f57 (diff)
downloadcpython-58917a608336e5eb316664c118aa721defe0b39d.zip
cpython-58917a608336e5eb316664c118aa721defe0b39d.tar.gz
cpython-58917a608336e5eb316664c118aa721defe0b39d.tar.bz2
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``).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08b7714..38a608b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -895,6 +895,10 @@ Library
- Patch #1413711: Certain patterns of differences were making difflib
touch the recursion limit.
+- 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``).
+
Build
-----