From: Georg Brandl Date: Fri, 4 Sep 2009 17:17:03 +0000 (+0000) Subject: Recorded merge of revisions 74658 via svnmerge from X-Git-Tag: v3.1.2rc1~563 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c35adc082d40edce91e3a5edf86f50b566413123;p=python Recorded merge of revisions 74658 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r74658 | chris.withers | 2009-09-04 19:04:16 +0200 (Fr, 04 Sep 2009) | 2 lines Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. ........ ---