Issue #23352: Merge from 3.4.

This commit is contained in:
Stefan Krah 2015-02-01 19:42:45 +01:00
commit a7e9a6a076
1 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,9 @@ a buffer, see :c:func:`PyObject_GetBuffer`.
indicates that no de-referencing should occur (striding in a contiguous indicates that no de-referencing should occur (striding in a contiguous
memory block). memory block).
If all suboffsets are negative (i.e. no de-referencing is needed, then
this field must be NULL (the default value).
This type of array representation is used by the Python Imaging Library This type of array representation is used by the Python Imaging Library
(PIL). See `complex arrays`_ for further information how to access elements (PIL). See `complex arrays`_ for further information how to access elements
of such an array. of such an array.