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:
Miss Islington (bot) 2018-10-24 15:59:15 -07:00 committed by GitHub
parent d9dbb864cd
commit f2679afda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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: