[Python-ideas] Create a StringBuilder class and use it everywhere

Terry Reedy tjreedy at udel.edu
Thu Aug 25 17:41:11 CEST 2011


On 8/25/2011 6:38 AM, k_bx wrote:

> Oh, and also, I really like how Python had it's MutableString class
> since forever, but deprecated in python 3.

(removed, i presume you mean...) and added bytearray. I have no idea if 
+= on such is any better than O(n*n)

-- 
Terry Jan Reedy




More information about the Python-ideas mailing list