[issue6658] typo in buffer api docs

2009-08-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74333, will be merged to the other branches eventually. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue6658] typo in buffer api docs

2009-08-06 Thread Alexey Shamrin
Alexey Shamrin added the comment: Well, there's another typo in buffer documentation (PyBuffer_Release): "This shouldd be called..." Only in 2.x series: http://docs.python.org/c-api/buffer.html#PyBuffer_Release http://docs.python.org/dev/c-api/buffer.html#PyBuffer_Release -- ___

[issue6658] typo in buffer api docs

2009-08-06 Thread Alexey Shamrin
New submission from Alexey Shamrin : Typo in PyObject_GetBuffer docs: "...handle all the complexibity..." Links: http://docs.python.org/c-api/buffer.html#buffer-related-functions http://docs.python.org/dev/c-api/buffer.html#buffer-related-functions http://docs.python.org/3.1/c-api/buffer.html#b