Bugs item #1202018, was opened at 2005-05-14 16:57 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1202018&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stefan H. Holek (shh42) Assigned to: Nobody/Anonymous (nobody) Summary: mimetypes.py does not find mime.types on Mac OS X Initial Comment: Python 2.3 and 2.4 (dunno about 2.5) The mimetypes.py library does not find the mime.types files on Mac OS X. They are in: /etc/cups/mime.types and /etc/httpd/mime.types respectively. As a result not all mimetypes are recognized by Python. The one in / etc/cups is fairly limited, so including the Apache one as well seems like a good idea. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-06-14 08:42 Message: Logged In: YES user_id=849994 Added some mime.types locations in rev. 46954. ---------------------------------------------------------------------- Comment By: Stefan H. Holek (shh42) Date: 2005-05-14 16:59 Message: Logged In: YES user_id=864871 This is a with a standalone build of Python, I am not talking about the Python shipping with the system. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1202018&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com