mirror of https://github.com/python/cpython.git
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:
parent
1023dffb36
commit
be1a6e29e3
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue