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 serhiy.storchaka
Recipients benjamin.peterson, ncoghlan, pitrou, serhiy.storchaka, stutzbach
Date 2017-06-01.09:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496309895.85.0.487135686998.issue30526@psf.upfronthosting.co.za>
In-reply-to
Content
This looks similar to issue15216 and may be merged with it. At least setting line_buffering and encoding should have unified interface. I see two possibilities of making this Pythonic:

* Make attributes writeable.

* Add a method (configure(), reopen(), or like) that takes new values as keyword arguments. This allows to change several attributes at a time.
History
Date User Action Args
2017-06-01 09:38:15serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, benjamin.peterson, stutzbach
2017-06-01 09:38:15serhiy.storchakasetmessageid: <1496309895.85.0.487135686998.issue30526@psf.upfronthosting.co.za>
2017-06-01 09:38:15serhiy.storchakalinkissue30526 messages
2017-06-01 09:38:15serhiy.storchakacreate