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