]> granicus.if.org Git - python/commit
Mechanically translated string method calls to string methods.
authorFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 15:37:05 +0000 (15:37 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 15:37:05 +0000 (15:37 +0000)
commitae39ddd628ace75e48d90e33b8aa5fd351dad24e
tree7938ded5950ef080c23aecb2acda4c17c5f77864
parentef5864ed718f5261a00bf695aae3b38b624408c2
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.
Tools/scripts/texi2html.py