Mutable Strings?

Daniel Dittmar daniel.dittmar at sap.com
Tue Jun 26 12:31:20 EDT 2001


>  Java has provided a StringBuffer class that is
> basically a mutable string. Allowing you to append,
> insert etc without creating a new object.

Use module StringIO or rather it's faster cousin cStringIO.

Daniel







More information about the Python-list mailing list