commit | ae39ddd628ace75e48d90e33b8aa5fd351dad24e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jun 18 15:37:05 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jun 18 15:37:05 2002 +0000 |
tree | 7938ded5950ef080c23aecb2acda4c17c5f77864 | |
parent | ef5864ed718f5261a00bf695aae3b38b624408c2 [diff] |
Mechanically translated string method calls to string methods. Instead of splitting a string and looping over it to call s.split(), use list comprehensions for readability.