summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.