]> granicus.if.org Git - python/commit
Fix read_mime_types() so that it returns a dict as documented.
authorWalter Dörwald <walter@livinglogic.de>
Fri, 3 Jan 2003 19:33:17 +0000 (19:33 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 3 Jan 2003 19:33:17 +0000 (19:33 +0000)
commitbb51ed333b623b6acf90a34ec6da9b4d076503e5
tree30db46f1c3800dd974d1a4bb68225c317c03bd54
parentaf6a27a704cd832f91e25b1052f4b6cc52a4e704
Fix read_mime_types() so that it returns a dict as documented.
This fixes a bug reported as http://www.python.org/sf/661630,
which was introduced in the patch http://www.python.org/sf/554192.
Lib/mimetypes.py