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

Georg Brandl g.brandl at gmx.net
Thu Aug 25 12:50:37 CEST 2011


Am 25.08.2011 12:38, schrieb k_bx:
> 
> Oh, and also, I really like how Python had it's MutableString class since forever, but deprecated in python 3.

You do realize that MutableString's __iadd__ just performs += on str operands?

Georg




More information about the Python-ideas mailing list