Commit be1a6e29 authored by Guido van Rossum's avatar Guido van Rossum

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

by someone else, 'Pyth' is now officially registered by the PSA.
parent 1023dffb
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment