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? Is the StringIO module 
supposed to die?

Servus,
    Walter
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to