]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News item for Issue10087.
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 11 Aug 2011 01:24:37 +0000 (09:24 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 11 Aug 2011 01:24:37 +0000 (09:24 +0800)
Misc/NEWS

index dcdda849fb3167b450a968e1624330027159bbc9..b8c5877ea58c3e59602bd8c1a47a54a4c8e14aa2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #10087: Fix the html output format of the calendar module.
+
 - Issue #12540: Prevent zombie IDLE processes on Windows due to changes
   in os.kill().