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 Arfrever, elixir, ishimoto, jwilk, loewis, methane, mrabarnett, ncoghlan, nikratio, pitrou, rurpy2, serhiy.storchaka, vstinner
Date 2014-02-02.13:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391347994.09.0.62410933882.issue15216@psf.upfronthosting.co.za>
In-reply-to
Content
What about other TextIOWrapper parameters? I think "newline" should be changed in same cases as "encoding" and "errors". And changing "buffering" and "line_buffering" can be useful too.

What if add the "configure" or "reopen" method which accepts all this parameters? This will decrease the swelling of interface.
History
Date User Action Args
2014-02-02 13:33:14serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ishimoto, ncoghlan, pitrou, vstinner, jwilk, mrabarnett, Arfrever, methane, nikratio, rurpy2, elixir
2014-02-02 13:33:14serhiy.storchakasetmessageid: <1391347994.09.0.62410933882.issue15216@psf.upfronthosting.co.za>
2014-02-02 13:33:14serhiy.storchakalinkissue15216 messages
2014-02-02 13:33:13serhiy.storchakacreate