diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-03 17:09:50 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-03 17:09:50 +0000 |
commit | 248b04383fafdb126794e989a2c023a16eb0f429 (patch) | |
tree | 27ec41431bc103275f12a7eef92770910462f318 /Python/pythonrun.c | |
parent | 073148c4ef807732eaf42df4b7178cecfa0b58dc (diff) | |
download | cpython-git-248b04383fafdb126794e989a2c023a16eb0f429.tar.gz |
Convert to using string methods instead of the string module.
In goahead(), use a bound version of rawdata.startswith() since we use the
same method all the time and never change the value of rawdata. This can
save a lot of bound method creation.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions