[Python-Dev] bytes-like objects
Christian Tismer
tismer at stackless.com
Mon Oct 6 15:59:59 CEST 2014
On 06/10/14 10:33, Georg Brandl wrote:
> bytes-like object
Howdy,
two small comments:
1)
just as a quick check, I did a Python search for exactly
that phrase
https://docs.python.org/3/search.html?q=bytes-like+object&check_keywords=yes&area=default
with zero results.
Maybe it would be a good thing if glossary entries were always
found via the search page.
2)
And about this glossary entry:
"An object that supports the Buffer Protocol"
- can I take that for granted, as a real definition, meaning
"""an object is bytes-like iff it supports the buffer protocol"""?
cheers - Chris
--
Christian Tismer :^) tismer at stackless.com
Software Consulting : http://www.stackless.com/
Karl-Liebknecht-Str. 121 : http://www.pydica.net/
14482 Potsdam : GPG key -> 0xFB7BEE0E
phone +49 173 24 18 776 fax +49 (30) 700143-0023
More information about the Python-Dev
mailing list