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 eric.araujo
Recipients docs@python, eric.araujo, georg.brandl, vstinner
Date 2010-06-06.21:38:13
SpamBayes Score 0.0023222477
Marked as misclassified No
Message-id <1275860296.02.0.677568046881.issue8925@psf.upfronthosting.co.za>
In-reply-to
Content
I see that the top section of this file can be referenced though the index entry named “buffer interface”. Georg, would “:term:`buffer interface`” work?

Victor, “protocol” is the named used in Python for what you could call an interface, e.g. the iterator protocol, the sequence protocol, etc. It’s a documented set of methods, return types and use cases.
History
Date User Action Args
2010-06-06 21:38:16eric.araujosetrecipients: + eric.araujo, georg.brandl, vstinner, docs@python
2010-06-06 21:38:16eric.araujosetmessageid: <1275860296.02.0.677568046881.issue8925@psf.upfronthosting.co.za>
2010-06-06 21:38:13eric.araujolinkissue8925 messages
2010-06-06 21:38:13eric.araujocreate