mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
s/endswith/startswith/
This commit is contained in:
parent
66e1a254a1
commit
722d78f18a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
source = TESTFN + ".py"
|
||||
pyo = TESTFN + ".pyo"
|
||||
if sys.platform.endswith('java'):
|
||||
if sys.platform.startswith('java'):
|
||||
pyc = TESTFN + "$py.class"
|
||||
else:
|
||||
pyc = TESTFN + ".pyc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue