• Jeremy Hylton's avatar
    Fix SF bug #526518 · b7257d74
    Jeremy Hylton authored
    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.
    b7257d74
cStringIO.c 21.5 KB