summaryrefslogtreecommitdiff
path: root/Lib/py_compile.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-11 14:13:44 +0000
committerGuido van Rossum <guido@python.org>1998-08-11 14:13:44 +0000
commit9279ec25047007154eb419f6c1f855e8bf2905b5 (patch)
tree49e2d63447fc448ecb158b4e61e8631407cf0636 /Lib/py_compile.py
parentf6b6bbceb638f079f76d317d370be347fedd3f99 (diff)
downloadcpython-git-9279ec25047007154eb419f6c1f855e8bf2905b5.tar.gz
On the mac, shouldn't change the creator+type of the *source* file!
Diffstat (limited to 'Lib/py_compile.py')
-rw-r--r--Lib/py_compile.py1
1 files changed, 0 insertions, 1 deletions
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')