casebash: > I have searched this list and found out that Python doesn't have a > mutable string class (it had an inefficient one, but this was removed > in 3.0). Are there any libraries outside the core that offer this?
I wrote a gap buffer implementation for Python 2.5 allowing character, unicode character and integer elements. http://code.google.com/p/gapbuffer/ Its not seen much use or any maintenance so is unlikely to work with Python 3.x. Neil -- http://mail.python.org/mailman/listinfo/python-list