[Python-bugs-list] [Bug #116280] writing to closed cStringIO inst does not raise ValueError

noreply@sourceforge.net noreply@sourceforge.net
Sat, 7 Oct 2000 09:59:43 -0700


Bug #116280, was updated on 2000-Oct-06 15:55
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 7
Summary: writing to closed cStringIO inst does not raise ValueError

Details: See Lib/test/test_StringIO.py.  It's final test is to see if ValueError is raised if write is called after the object is closed.  This test fails after your most recent checkin.


Follow-Ups:

Date: 2000-Oct-07 08:25
By: twouters

Comment:
This bug seems fixed, so it should be closed... Jim ?

-------------------------------------------------------

Date: 2000-Oct-07 09:59
By: fdrake

Comment:
Jim forgot to close, so I'm closing it.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=116280&group_id=5470