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 python-dev
Recipients akira, martin.panter, pitrou, python-dev
Date 2014-05-08.22:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gPqFh2hlnz7LjQ@mail.python.org>
In-reply-to
Content
New changeset 39f2a78f4357 by Antoine Pitrou in branch '3.4':
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream.
http://hg.python.org/cpython/rev/39f2a78f4357

New changeset 37d0c41ed8ad by Antoine Pitrou in branch 'default':
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream.
http://hg.python.org/cpython/rev/37d0c41ed8ad
History
Date User Action Args
2014-05-08 22:33:29python-devsetrecipients: + python-dev, pitrou, akira, martin.panter
2014-05-08 22:33:29python-devlinkissue21396 messages
2014-05-08 22:33:29python-devcreate