[issue21441] Buffer Protocol Documentation Error

2014-06-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks, Jake. -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21441] Buffer Protocol Documentation Error

2014-06-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92d691c3ca00 by Jesus Cea in branch '3.3': Closes #21441: Reorder elements in documentation to match actual order in the code http://hg.python.org/cpython/rev/92d691c3ca00 New changeset d9da4b77624b by Jesus Cea in branch '3.4': MERGE: Closes #2144

[issue21441] Buffer Protocol Documentation Error

2014-05-05 Thread Jake Vanderplas
New submission from Jake Vanderplas: 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 -- assig