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 martin.panter
Recipients Henning.von.Bargen, benjamin.peterson, docs@python, martin.panter, pitrou, python-dev, r.david.murray, serhiy.storchaka
Date 2016-06-08.05:41:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465364487.89.0.682178448265.issue20699@psf.upfronthosting.co.za>
In-reply-to
Content
New patch that I plan to commit:

* Use bytes instead of str
* bytes, bytearray or memoryview for readinto() methods
* bytes or memoryview for write() methods
* Added single “Changed in version 2.7” notice under the IOBase class (rather than every version of readinto and write)
* Since we only require 1-D byte array memoryviews, I resurrected the len(b) text
* Removed outdated XXX comment about supporting buffer API, since bytearray and memoryview of bytes is now all that is required
History
Date User Action Args
2016-06-08 05:41:27martin.pantersetrecipients: + martin.panter, pitrou, benjamin.peterson, r.david.murray, docs@python, python-dev, serhiy.storchaka, Henning.von.Bargen
2016-06-08 05:41:27martin.pantersetmessageid: <1465364487.89.0.682178448265.issue20699@psf.upfronthosting.co.za>
2016-06-08 05:41:27martin.panterlinkissue20699 messages
2016-06-08 05:41:27martin.pantercreate