diff options
author | Guido van Rossum <guido@python.org> | 1996-02-21 15:29:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-02-21 15:29:20 (GMT) |
commit | be1a6e29e3a92c8de9533cec58f35401109cf884 (patch) | |
tree | e14438643ee1209e1a45985efa0a3c084b156ca9 /Python/import.c | |
parent | 1023dffb36db8d34f642a9e5b1b62be6970636db (diff) | |
download | cpython-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/import.c')
-rw-r--r-- | Python/import.c | 2 |
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 } |