]> granicus.if.org Git - python/commitdiff
Update News entry.
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 23 Dec 2011 03:14:56 +0000 (11:14 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 23 Dec 2011 03:14:56 +0000 (11:14 +0800)
Misc/NEWS

index 7b6dbd26ed7ea2896f5760dc07da0a32fcf4b542..6a0c0e2d25befd921dc7cce63e06aa3d66c65dbe 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #12798: Updated the mimetypes documentation.
+
 - Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").
 
 - Issue #1785: Fix inspect and pydoc with misbehaving descriptors.