diff options
author | Guido van Rossum <guido@python.org> | 1998-08-11 14:13:44 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-11 14:13:44 +0000 |
commit | 9279ec25047007154eb419f6c1f855e8bf2905b5 (patch) | |
tree | 49e2d63447fc448ecb158b4e61e8631407cf0636 /Lib/py_compile.py | |
parent | f6b6bbceb638f079f76d317d370be347fedd3f99 (diff) | |
download | cpython-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.py | 1 |
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') |