Issue #4969: The mimetypes module now reads the MIME database from
commitd3dd1ce3e0b9344fb8ca84f67fd7da62fc800f34
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 15 Nov 2009 14:10:48 +0000 (15 14:10 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 15 Nov 2009 14:10:48 +0000 (15 14:10 +0000)
tree1dbb420d417af9671d7702128d2b793b242fc267
parent5d0c371d5430b9d3ca68ce52ea9934056d504cc6
Issue #4969: The mimetypes module now reads the MIME database from
the registry under Windows.  Patch by Gabriel Genellina.

git-svn-id: http://svn.python.org/projects/python/trunk@76306 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/mimetypes.rst
Lib/mimetypes.py
Lib/test/test_mimetypes.py
Misc/NEWS