From: Guido van Rossum Date: Tue, 11 Aug 1998 14:13:44 +0000 (+0000) Subject: On the mac, shouldn't change the creator+type of the *source* file! X-Git-Tag: v1.5.2a1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9279ec25047007154eb419f6c1f855e8bf2905b5;p=python On the mac, shouldn't change the creator+type of the *source* file! --- diff --git a/Lib/py_compile.py b/Lib/py_compile.py index 949de6ca8b..98b3b21f1a 100644 --- a/Lib/py_compile.py +++ b/Lib/py_compile.py @@ -65,4 +65,3 @@ def compile(file, cfile=None, dfile=None): if os.name == 'mac': import macfs macfs.FSSpec(cfile).SetCreatorType('Pyth', 'PYC ') - macfs.FSSpec(file).SetCreatorType('Pyth', 'TEXT')