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 pitrou
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, pitrou, skrah, terry.reedy
Date 2012-11-23.21:21:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353705608.3343.5.camel@localhost.localdomain>
In-reply-to <1353705511.36.0.951211905467.issue16518@psf.upfronthosting.co.za>
Content
> > I wouldn't use "bytes-like object".
> 
> What about "buffer-like object"?

"buffer-like" means "like a buffer" which is wrong on two points:
- "buffer" is not defined at this point, so the user doesn't understand
what it means
- we are not talking about an object which is "like a buffer", but which
"provides a buffer"
History
Date User Action Args
2012-11-23 21:21:06pitrousetrecipients: + pitrou, terry.reedy, ezio.melotti, eric.araujo, skrah, chris.jerdonek, docs@python
2012-11-23 21:21:06pitroulinkissue16518 messages
2012-11-23 21:21:06pitroucreate