Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken

by someone else, 'Pyth' is now officially registered by the PSA.
This commit is contained in:
Guido van Rossum 1996-02-21 15:29:20 +00:00
parent 1023dffb36
commit be1a6e29e3
1 changed files with 1 additions and 1 deletions

View 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
}