bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032)
(cherry picked from commit e80e77a484
)
Co-authored-by: TilmanK <tilman.krummeck@googlemail.com>
This commit is contained in:
parent
d9dbb864cd
commit
f2679afda0
|
@ -682,9 +682,8 @@ information is sometimes used to indicate sub-releases. These are
|
||||||
)
|
)
|
||||||
|
|
||||||
.. versionchanged:: 3.7
|
.. versionchanged:: 3.7
|
||||||
:class:`~distutils.core.setup` now raises a :exc:`TypeError` if
|
:class:`~distutils.core.setup` now warns when ``classifiers``, ``keywords``
|
||||||
``classifiers``, ``keywords`` and ``platforms`` fields are not specified
|
or ``platforms`` fields are not specified as a list or a string.
|
||||||
as a list.
|
|
||||||
|
|
||||||
.. _debug-setup-script:
|
.. _debug-setup-script:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue