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 ncoghlan, serhiy.storchaka
Date 2012-06-28.14:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340892508.06.0.724521868861.issue15216@psf.upfronthosting.co.za>
In-reply-to
Content
> The proposal [1] is that TextIOWrapper support a set_encoding() method that is only supported between creation of the stream and the first read or write operation.

IMHO "encoding", "errors", "buffering", "line_buffering" and "newline" should be writable properties (unless first read/write).
History
Date User Action Args
2012-06-28 14:08:28serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan
2012-06-28 14:08:28serhiy.storchakasetmessageid: <1340892508.06.0.724521868861.issue15216@psf.upfronthosting.co.za>
2012-06-28 14:08:27serhiy.storchakalinkissue15216 messages
2012-06-28 14:08:26serhiy.storchakacreate