mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032)
This commit is contained in:
parent
9f270a2423
commit
e80e77a484
1 changed files with 2 additions and 3 deletions
|
|
@ -682,9 +682,8 @@ information is sometimes used to indicate sub-releases. These are
|
|||
)
|
||||
|
||||
.. versionchanged:: 3.7
|
||||
:class:`~distutils.core.setup` now raises a :exc:`TypeError` if
|
||||
``classifiers``, ``keywords`` and ``platforms`` fields are not specified
|
||||
as a list.
|
||||
:class:`~distutils.core.setup` now warns when ``classifiers``, ``keywords``
|
||||
or ``platforms`` fields are not specified as a list or a string.
|
||||
|
||||
.. _debug-setup-script:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue