[Python-checkins] bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032)

Miss Islington (bot) webhook-mailer at python.org
Wed Oct 24 18:59:21 EDT 2018


https://github.com/python/cpython/commit/f2679afda06d1eeaf34852e49bbcf4fb39736d19
commit: f2679afda06d1eeaf34852e49bbcf4fb39736d19
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-10-24T15:59:15-07:00
summary:

bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032)

(cherry picked from commit e80e77a484983ffb527ef22d336ff9500589dce3)

Co-authored-by: TilmanK <tilman.krummeck at googlemail.com>

files:
M Doc/distutils/setupscript.rst

diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index 1d96acbe98f6..c1051d2e807e 100644
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -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:
 



More information about the Python-checkins mailing list