]> granicus.if.org Git - python/commitdiff
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
authorGuido van Rossum <guido@python.org>
Wed, 21 Feb 1996 15:29:20 +0000 (15:29 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Feb 1996 15:29:20 +0000 (15:29 +0000)
by someone else, 'Pyth' is now officially registered by the PSA.

Python/import.c

index 020d149368e49cc32af404e28f41c3219572b64e..f2e8edca71988dc78ee0df6afc028a8666131bcb 100644 (file)
@@ -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
 }