From 9279ec25047007154eb419f6c1f855e8bf2905b5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 11 Aug 1998 14:13:44 +0000 Subject: [PATCH] On the mac, shouldn't change the creator+type of the *source* file! --- Lib/py_compile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/py_compile.py b/Lib/py_compile.py index 949de6ca8be..98b3b21f1a9 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')