commit | b8108e2425546635176495dec0d70d3c87a1f309 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Nov 15 14:25:16 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Nov 15 14:25:16 2009 +0000 |
tree | bc52314e29d106ab4c243bbe8c296b43c2dd565b | |
parent | 6f1d04945b98cd66b95131833942526c85bbb867 [diff] |
Merged revisions 76306 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76306 | antoine.pitrou | 2009-11-15 15:10:48 +0100 (dim., 15 nov. 2009) | 4 lines Issue #4969: The mimetypes module now reads the MIME database from the registry under Windows. Patch by Gabriel Genellina. ........