[Patches] [Patch #101721] Fix for 115530/1: add closed attribute to cStringIO objects

noreply@sourceforge.net noreply@sourceforge.net
Sat, 30 Sep 2000 09:25:56 -0700


Patch #101721 has been updated. 

Project: 
Category: None
Status: Open
Summary: Fix for 115530/1: add closed attribute to cStringIO objects

Follow-Ups:

Date: 2000-Sep-30 09:25
By: loewis

Comment:
I have updated the patch to also fix 115530.

The only remaining difference to StringIO is that cStringIO.readline does not support a maxsize argument. To add this parameter, the C API of cStringIO must be changed, and in turn cPickle. Is such a correction desirable?
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101721&group_id=5470