<div dir="ltr">Hi all,<div><br></div><div>What will happen to array.array('u') in Python 4? It is deprecated right now.</div><div>I remember reading about mutable strings somewhere, but I forgot, and I can't find the discussion.</div><div><br></div><div>In any case, I need to have a mutable character array, for efficient manipulations. (Not a byte array.)</div><div>And I need to be able to use the "re" module to search through it. array.array('u') works great in Python 3.</div><div><br></div><div>Will we still have something like this in Python 4?</div><div><br></div><div>Jonathan</div></div>