]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF bug #526518
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 8 Mar 2002 17:17:33 +0000 (17:17 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 8 Mar 2002 17:17:33 +0000 (17:17 +0000)
commitb189b07dcc0bdd344ca5a5e9bff08b168d9dbe37
tree3a84ac7afe1b04e9c91ad339449a0900f69960f7
parent4f8d05495d0ec8bea3354fc6627242bc785ec3db
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.
Modules/cStringIO.c