| commit | be1a6e29e3a92c8de9533cec58f35401109cf884 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Feb 21 15:29:20 1996 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Feb 21 15:29:20 1996 +0000 |
| tree | e14438643ee1209e1a45985efa0a3c084b156ca9 | |
| parent | 1023dffb36db8d34f642a9e5b1b62be6970636db [diff] |
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken by someone else, 'Pyth' is now officially registered by the PSA.
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 @@ if (verbose) fprintf(stderr, "# wrote %s\n", cpathname); #ifdef macintosh - setfiletype(cpathname, 'PYTH', 'PYC '); + setfiletype(cpathname, 'Pyth', 'PYC '); #endif }