]> granicus.if.org Git - python/commit
Issue #4969: The mimetypes module now reads the MIME database from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Nov 2009 14:10:48 +0000 (14:10 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Nov 2009 14:10:48 +0000 (14:10 +0000)
commitd5b34d4597a7163edf20f831db620b0a4fe57d5d
tree59f31e437e8495b6a19835fb217288b89e0c69b6
parenta548deeb29badee88dc6fc7a2853b6f56558347f
Issue #4969: The mimetypes module now reads the MIME database from
the registry under Windows.  Patch by Gabriel Genellina.
Doc/library/mimetypes.rst
Lib/mimetypes.py
Lib/test/test_mimetypes.py
Misc/NEWS