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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 6 Oct 2000 15:55:40 -0700


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

Project: Python
Category: Modules
Status: Open
Resolution: None
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.


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