cStringIO versus StringIO: "readlines"

Brian Kelley kelley at bioreason.com
Tue Nov 2 13:55:11 EST 1999


I noticed that StringIO has a "readlines" member function and cStringIO
doesn't.  Is anyone planning on adding this in the near future?  I was
wondering if I should go ahead and do it or if there is against.

The cStringIO documentation just says "provides an interface similar to
StringIO" and StringIO says "see the description on file objects."
Needless to say, I use readlines() quite a bit.

--
Brian Kelley          w 505 995-8188
Bioreason, Inc        f 505 995-8186
309 Johnson Av
Santa Fe, NM 87501    kelley at bioreason.com







More information about the Python-list mailing list