Record the version the rawmode argument was added

This commit is contained in:
Andrew Murray 2022-02-19 22:55:23 +11:00
parent 6be87277f7
commit da451e5bea

View File

@ -1407,6 +1407,9 @@ class Image:
:param rawmode: The mode in which to return the palette. ``None`` will
return the palette in its current mode.
.. versionadded:: 9.1.0
:returns: A list of color values [r, g, b, ...], or None if the
image has no palette.
"""