]> granicus.if.org Git - python/commit
Patch #1555098: use str.join() instead of repeated string
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 09:41:31 +0000 (09:41 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 09:41:31 +0000 (09:41 +0000)
commit4ffc8f51071339cfcb2c0c6f8a47f40340dc60f6
treeb02cb6d1cc40bdcc3062e6643d6697f95094b251
parent94fe3f58d07f1ae5e9ffb10f149498b09aa12a25
Patch #1555098: use str.join() instead of repeated string
concatenation in robotparser.
Lib/robotparser.py
Misc/NEWS