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 r.david.murray
Recipients lsowen, r.david.murray, rhettinger, skip.montanaro, vstinner, zach.ware
Date 2016-07-13.20:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468441174.57.0.561850493389.issue27497@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't make sense when the return value is that provided by io.write.  It does make sense in the context of the linked example (a psuedo-file object).  However, it *is* an undocumented API, even if people are using it.
History
Date User Action Args
2016-07-13 20:19:34r.david.murraysetrecipients: + r.david.murray, skip.montanaro, rhettinger, vstinner, zach.ware, lsowen
2016-07-13 20:19:34r.david.murraysetmessageid: <1468441174.57.0.561850493389.issue27497@psf.upfronthosting.co.za>
2016-07-13 20:19:34r.david.murraylinkissue27497 messages
2016-07-13 20:19:34r.david.murraycreate