mirror of https://github.com/python/cpython.git
Changed creator from PYTH to Pyth
This commit is contained in:
parent
1a06e1d6ba
commit
18a99f5597
|
@ -224,7 +224,7 @@ def compilesuite(suite, major, minor, language, script, fname):
|
||||||
if not ok:
|
if not ok:
|
||||||
return
|
return
|
||||||
fp = open(fss.as_pathname(), 'w')
|
fp = open(fss.as_pathname(), 'w')
|
||||||
fss.SetCreatorType('PYTH', 'TEXT')
|
fss.SetCreatorType('Pyth', 'TEXT')
|
||||||
|
|
||||||
fp.write('"""Suite %s: %s\n' % (name, desc))
|
fp.write('"""Suite %s: %s\n' % (name, desc))
|
||||||
fp.write("Level %d, version %d\n\n" % (level, version))
|
fp.write("Level %d, version %d\n\n" % (level, version))
|
||||||
|
|
Loading…
Reference in New Issue