summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-15 14:10:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-15 14:10:48 (GMT)
commitd5b34d4597a7163edf20f831db620b0a4fe57d5d (patch)
tree59f31e437e8495b6a19835fb217288b89e0c69b6 /Misc
parenta548deeb29badee88dc6fc7a2853b6f56558347f (diff)
downloadcpython-d5b34d4597a7163edf20f831db620b0a4fe57d5d.zip
cpython-d5b34d4597a7163edf20f831db620b0a4fe57d5d.tar.gz
cpython-d5b34d4597a7163edf20f831db620b0a4fe57d5d.tar.bz2
Issue #4969: The mimetypes module now reads the MIME database from
the registry under Windows. Patch by Gabriel Genellina.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3feccda..051bff8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -429,6 +429,9 @@ Core and Builtins
Library
-------
+- Issue #4969: The mimetypes module now reads the MIME database from
+ the registry under Windows. Patch by Gabriel Genellina.
+
- Issue #6816: runpy now provides a run_path function that allows Python code
to execute file paths that refer to source or compiled Python files as well
as zipfiles, directories and other valid sys.path entries that contain a