summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-02-21 15:29:20 (GMT)
committerGuido van Rossum <guido@python.org>1996-02-21 15:29:20 (GMT)
commitbe1a6e29e3a92c8de9533cec58f35401109cf884 (patch)
treee14438643ee1209e1a45985efa0a3c084b156ca9 /Python
parent1023dffb36db8d34f642a9e5b1b62be6970636db (diff)
downloadcpython-be1a6e29e3a92c8de9533cec58f35401109cf884.zip
cpython-be1a6e29e3a92c8de9533cec58f35401109cf884.tar.gz
cpython-be1a6e29e3a92c8de9533cec58f35401109cf884.tar.bz2
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
by someone else, 'Pyth' is now officially registered by the PSA.
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 020d149..f2e8edc 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -346,7 +346,7 @@ write_compiled_module(co, cpathname, mtime)
if (verbose)
fprintf(stderr, "# wrote %s\n", cpathname);
#ifdef macintosh
- setfiletype(cpathname, 'PYTH', 'PYC ');
+ setfiletype(cpathname, 'Pyth', 'PYC ');
#endif
}