[Python-3000-checkins] r55220 - python/branches/py3k-struni/Lib/test/test_codecs.py

Walter Dörwald walter at livinglogic.de
Thu May 10 17:05:11 CEST 2007


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


More information about the Python-3000-checkins mailing list