]> granicus.if.org Git - python/commit
Replace sequential split/join calls on strings with a single replace call.
authorBrett Cannon <bcannon@gmail.com>
Tue, 23 Mar 2004 23:50:17 +0000 (23:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 23 Mar 2004 23:50:17 +0000 (23:50 +0000)
commitaaeffaf01e385d9a510f607b0b101ae6ba7dba5b
tree12d11f87f7d5a314990e15a427e4a283cbeadd1b
parent708b4dacf4f5c24eb30590ace7fb64d0ef018837
Replace sequential split/join calls on strings with a single replace call.
Thanks Andrew Gaul.
Lib/locale.py
Lib/urllib.py