Files
cpython/Modules/cStringIO.c
Michael W. Hudson 8cdebb2e60 backport jhylton's checkin of
revision 2.33 of cStringIO.c

Fix SF bug #526518

The doc string for cStringIO suggested that str() of a StringIO object
was equivalent to getvalue().  This was never true, so repair the doc
string.  (doctest would have helped here.)

Bug fix candidate for any past versions.
2002-03-11 10:02:18 +00:00

22 KiB