Mutable Strings - Any libraries that offer this?

Neil Hodgson nyamatongwe+thunder at gmail.com
Mon Jul 20 10:05:33 EDT 2009


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



More information about the Python-list mailing list