commit | 248b04383fafdb126794e989a2c023a16eb0f429 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Dec 03 17:09:50 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Dec 03 17:09:50 2001 +0000 |
tree | 27ec41431bc103275f12a7eef92770910462f318 | |
parent | 073148c4ef807732eaf42df4b7178cecfa0b58dc [diff] |
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.