mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ write_compiled_module(co, cpathname, mtime)
|
||||||
if (verbose)
|
if (verbose)
|
||||||
fprintf(stderr, "# wrote %s\n", cpathname);
|
fprintf(stderr, "# wrote %s\n", cpathname);
|
||||||
#ifdef macintosh
|
#ifdef macintosh
|
||||||
setfiletype(cpathname, 'PYTH', 'PYC ');
|
setfiletype(cpathname, 'Pyth', 'PYC ');
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue