From: Jack Jansen Date: Thu, 1 Aug 2002 21:12:36 +0000 (+0000) Subject: Python.app no longer advertises that it can handle .py and .pyc files, X-Git-Tag: v2.3c1~4798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fc993d16fb31e5a55c13998b3c35032fcbb1771;p=python Python.app no longer advertises that it can handle .py and .pyc files, PythonLauncher.app has taken that responsibility over. --- diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 29cc29deb8..7fd5117aaf 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -6,38 +6,6 @@ English CFBundleDocumentTypes - - CFBundleTypeExtensions - - py - - CFBundleTypeIconFile - PythonSource.icns - CFBundleTypeName - Python Module - CFBundleTypeOSTypes - - TEXT - - CFBundleTypeRole - Shell - - - CFBundleTypeExtensions - - pyc - - CFBundleTypeIconFile - PythonCompiled.icns - CFBundleTypeName - Python Compiled Module - CFBundleTypeOSTypes - - PYC - - CFBundleTypeRole - Shell - CFBundleTypeOSTypes diff --git a/Mac/OSXResources/app/Resources/PythonCompiled.icns b/Mac/OSXResources/app/Resources/PythonCompiled.icns deleted file mode 100644 index afead3e42e..0000000000 Binary files a/Mac/OSXResources/app/Resources/PythonCompiled.icns and /dev/null differ diff --git a/Mac/OSXResources/app/Resources/PythonSource.icns b/Mac/OSXResources/app/Resources/PythonSource.icns deleted file mode 100644 index 4ac7a96874..0000000000 Binary files a/Mac/OSXResources/app/Resources/PythonSource.icns and /dev/null differ