From: Senthil Kumaran Date: Fri, 23 Dec 2011 03:14:56 +0000 (+0800) Subject: Update News entry. X-Git-Tag: v2.7.3rc1~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84c18aaa4cac8f2603d7767db24c52afa06fe658;p=python Update News entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7b6dbd26ed..6a0c0e2d25 100644 --- 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.