"Jason R. Coombs" <jaraco at spamblocker.sandia.gov> writes: > Perhaps my approach to this problem is all wrong. Are there any > suggestions for creating an elegant solution to the problem > described? If you want a variant of mutable strings, you should inherit from UserString.MutableString. Regards, Martin