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 Jake.Vanderplas
Recipients Jake.Vanderplas, docs@python
Date 2014-05-05.18:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399314483.29.0.410069597608.issue21441@psf.upfronthosting.co.za>
In-reply-to
Content
The ``obj`` and ``buf`` structure elements are switched in the documentation of the Buffer Protocol.

Compare https://docs.python.org/3.3/c-api/buffer.html#Py_buffer to https://github.com/python/cpython/blob/master/Include/object.h#L179-180
History
Date User Action Args
2014-05-05 18:28:03Jake.Vanderplassetrecipients: + Jake.Vanderplas, docs@python
2014-05-05 18:28:03Jake.Vanderplassetmessageid: <1399314483.29.0.410069597608.issue21441@psf.upfronthosting.co.za>
2014-05-05 18:28:03Jake.Vanderplaslinkissue21441 messages
2014-05-05 18:28:03Jake.Vanderplascreate