On 5/10/07, Walter Dörwald <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > > Yeah, the solution is to use io.BytesIO where bytes are read/written. > > Done, most remaining errors are from the CJK codecs and from the idna codec. > > BTW, would it make sense to use io.StringIO instead of StringIO.StringIO > for the remaining uses in test_codecs.py?
Not yes -- io.StringIO is currently quite broken. > Is the StringIO module supposed to die? Yes. If you feel like fixing io.StringIO that would be great! It probably was a mistake to attempt to share code with BytesIO. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
