]> 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:04:16 +0000 (17:04 +0000)
committerChris Withers <chris@simplistix.co.uk>
Fri, 4 Sep 2009 17:04:16 +0000 (17:04 +0000)
commit9c33cbfbef5858e83a0079e89d81ae6fb15fc360
tree6f9ad05cceced3e80d2b77b3a9f31452df01110c
parent9338585791e56cb09fff1d48f21258191b085c8d
Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings.
Lib/http/client.py
Misc/NEWS