]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport jhylton's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:02:18 +0000 (10:02 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 11 Mar 2002 10:02:18 +0000 (10:02 +0000)
commit8cdebb2e60f864d0fc3b72dab0a7bb87fd8c4663
tree9747bf01edd12731536789159cb6470b90294bd5
parent63558c18347d4e1339ca0387c215e542ed89cb87
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.
Modules/cStringIO.c