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 loewis, nikratio, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-04-29.08:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gHwvc3x3zz7Ljv@mail.python.org>
In-reply-to
Content
New changeset 2a1d63f09560 by Antoine Pitrou in branch 'default':
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview).
http://hg.python.org/cpython/rev/2a1d63f09560
History
Date User Action Args
2014-04-29 08:27:25python-devsetrecipients: + python-dev, loewis, pitrou, vstinner, nikratio, serhiy.storchaka
2014-04-29 08:27:25python-devlinkissue21057 messages
2014-04-29 08:27:25python-devcreate