Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be1a6e2

Browse files
committed
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
by someone else, 'Pyth' is now officially registered by the PSA.
1 parent 1023dff commit be1a6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ write_compiled_module(co, cpathname, mtime)
346346
if (verbose)
347347
fprintf(stderr, "# wrote %s\n", cpathname);
348348
#ifdef macintosh
349-
setfiletype(cpathname, 'PYTH', 'PYC ');
349+
setfiletype(cpathname, 'Pyth', 'PYC ');
350350
#endif
351351
}
352352

0 commit comments

Comments
 (0)