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, ncoghlan, pitrou, serhiy.storchaka, stutzbach
Date 2017-06-01.09:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496310627.12.0.287990445064.issue30526@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think those two issues need to be merged.  Setting line_buffering and write_through is almost trivial, while setting the encoding seems to take a significant amount of effort.

That said, I agree that a unified interface may be nice.  Perhaps a reconfigure(**kwargs) method?
History
Date User Action Args
2017-06-01 09:50:27pitrousetrecipients: + pitrou, ncoghlan, benjamin.peterson, stutzbach, serhiy.storchaka
2017-06-01 09:50:27pitrousetmessageid: <1496310627.12.0.287990445064.issue30526@psf.upfronthosting.co.za>
2017-06-01 09:50:27pitroulinkissue30526 messages
2017-06-01 09:50:26pitroucreate