[Python-Dev] test_StringIO broken

Jeremy Hylton jeremy@beopen.com
Fri, 6 Oct 2000 19:06:32 -0400 (EDT)


>>>>> "TW" == Thomas Wouters <thomas@xs4all.net> writes:

  TW> On Fri, Oct 06, 2000 at 06:59:41PM -0400, Jeremy Hylton wrote:
  >> Also, the last messsage I see printed is: Failed to catch
  >> ValueError writing to closed StringIO.

  >> This ain't a case of forgetting to generate new output.  This is
  >> just plain wrong.

  TW> Hm, are you sure you re-built your modules before doing that ?

This is probably what went wrong for me.

Jeremy