This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2014-02-02.22:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391378816.89.0.42135298912.issue20435@psf.upfronthosting.co.za>
In-reply-to
Content
With the patch, getvalue() is consistent with read() and other methods.
Without the patch, _pyio.StringIO.getvalue() returns a different value from _pyio.StringIO.read() *and* from _io.StringIO.getvalue().
Changing _pyio.StringIO.getvalue() is the path of least resistance here.
History
Date User Action Args
2014-02-02 22:06:56pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, hynek, serhiy.storchaka
2014-02-02 22:06:56pitrousetmessageid: <1391378816.89.0.42135298912.issue20435@psf.upfronthosting.co.za>
2014-02-02 22:06:56pitroulinkissue20435 messages
2014-02-02 22:06:56pitroucreate