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 steve.dower
Recipients Drekin, eryksun, ezio.melotti, paul.moore, python-dev, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-10-08.19:23:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475954603.03.0.540540243092.issue28333@psf.upfronthosting.co.za>
In-reply-to
Content
I made some minor tweaks to the patch (no need for strlen() - passing -1 works equivalently), but otherwise it's exactly what I would have done so I committed it.

We currently have no tests to check which characters are written to a console output buffer. Issue28217 was tracking those, but considering how little code we have on top of output I don't think it's worth blocking anything on automating those tests.
History
Date User Action Args
2016-10-08 19:23:23steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, python-dev, zach.ware, eryksun, Drekin
2016-10-08 19:23:23steve.dowersetmessageid: <1475954603.03.0.540540243092.issue28333@psf.upfronthosting.co.za>
2016-10-08 19:23:23steve.dowerlinkissue28333 messages
2016-10-08 19:23:22steve.dowercreate