From be1a6e29e3a92c8de9533cec58f35401109cf884 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 21 Feb 1996 15:29:20 +0000 Subject: Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken by someone else, 'Pyth' is now officially registered by the PSA. --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v0.12