summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-12-23 11:14:56 +0800
committerSenthil Kumaran <senthil@uthcode.com>2011-12-23 11:14:56 +0800
commit84c18aaa4cac8f2603d7767db24c52afa06fe658 (patch)
tree2ec626832b8ca429ae1f0445a4948614b5bff02a
parent17fbe402d41685fd73ec50a24ceda894f3030a52 (diff)
downloadcpython-git-84c18aaa4cac8f2603d7767db24c52afa06fe658.tar.gz
Update News entry.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.