[Python-Dev] test_StringIO broken

Jeremy Hylton jeremy@beopen.com
Fri, 6 Oct 2000 18:59:41 -0400 (EDT)


The test was changed in a number of ways, but whoever checked it in
didn't actually run the regression test!

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.

Jeremy