]> granicus.if.org Git - python/commitdiff
On the mac, shouldn't change the creator+type of the *source* file!
authorGuido van Rossum <guido@python.org>
Tue, 11 Aug 1998 14:13:44 +0000 (14:13 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Aug 1998 14:13:44 +0000 (14:13 +0000)
Lib/py_compile.py

index 949de6ca8befc6acb4051aa3e986032e4ad2b4f2..98b3b21f1a9e18cf2b760f42dffb9c11f8eac63c 100644 (file)
@@ -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')