mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
adjust table marker lines to match the longest row
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
2c460c3ba1
commit
bf4e918252
|
@ -91,9 +91,10 @@ ImageCms.CmsProfile attributes
|
||||||
Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed. From 6.0.0,
|
Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed. From 6.0.0,
|
||||||
they issued a ``DeprecationWarning``:
|
they issued a ``DeprecationWarning``:
|
||||||
|
|
||||||
======================== ===============================================================
|
======================== ===================================================
|
||||||
|
|
||||||
Removed Use instead
|
Removed Use instead
|
||||||
======================== ===============================================================
|
======================== ===================================================
|
||||||
``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
|
``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
|
||||||
``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
|
``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
|
||||||
``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
|
``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
|
||||||
|
@ -101,7 +102,7 @@ Removed Use instead
|
||||||
``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
|
``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
|
||||||
``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
|
``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
|
||||||
``product_model`` Unicode :py:attr:`~.CmsProfile.model`
|
``product_model`` Unicode :py:attr:`~.CmsProfile.model`
|
||||||
======================== ===============================================================
|
======================== ===================================================
|
||||||
|
|
||||||
Python 2.7
|
Python 2.7
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
@ -26,9 +26,9 @@ ImageCms.CmsProfile attributes
|
||||||
|
|
||||||
Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed:
|
Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed:
|
||||||
|
|
||||||
======================== ===============================================================
|
======================== ===================================================
|
||||||
Removed Use instead
|
Removed Use instead
|
||||||
======================== ===============================================================
|
======================== ===================================================
|
||||||
``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
|
``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
|
||||||
``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
|
``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
|
||||||
``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
|
``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
|
||||||
|
@ -36,7 +36,7 @@ Removed Use instead
|
||||||
``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
|
``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
|
||||||
``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
|
``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
|
||||||
``product_model`` Unicode :py:attr:`~.CmsProfile.model`
|
``product_model`` Unicode :py:attr:`~.CmsProfile.model`
|
||||||
======================== ===============================================================
|
======================== ===================================================
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user