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 ezio.melotti
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, flox, pitrou, python-dev, skrah, terry.reedy
Date 2013-05-01.11:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367408459.06.0.27015617379.issue16518@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch replaces things like "object that support the buffer protocol/interface/API" with "bytes-like objects" throughout the docs.
The patch doesn't change error messages/docstrings.

I also noticed that on 2.7[0], the section about the buffer protocol in Doc/c-api/buffer.rst is called "Buffers and Memoryview Objects" and it's not as clear as the one on 3.x[1].  Should this section be backported?

[0]: http://docs.python.org/2.7/c-api/buffer.html#bufferobjects
[1]: http://docs.python.org/dev/c-api/buffer.html#bufferobjects
History
Date User Action Args
2013-05-01 11:40:59ezio.melottisetrecipients: + ezio.melotti, terry.reedy, pitrou, eric.araujo, skrah, flox, chris.jerdonek, docs@python, python-dev
2013-05-01 11:40:59ezio.melottisetmessageid: <1367408459.06.0.27015617379.issue16518@psf.upfronthosting.co.za>
2013-05-01 11:40:59ezio.melottilinkissue16518 messages
2013-05-01 11:40:58ezio.melotticreate