]> granicus.if.org Git - python/commit
Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatena...
authorChris Withers <chris@simplistix.co.uk>
Fri, 4 Sep 2009 17:15:46 +0000 (17:15 +0000)
committerChris Withers <chris@simplistix.co.uk>
Fri, 4 Sep 2009 17:15:46 +0000 (17:15 +0000)
commit5a86acb6d643dd798673dbc59f314952a4514b17
tree5415ef0643fb7094cc82eff36b304e8f443e3616
parent04ee867b6dbe0c5002cb5ee45866e8ad73cb636a
Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings.
Lib/http/client.py
Misc/NEWS