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

Victor Stinner webhook-mailer at python.org
Wed Oct 24 18:50:29 EDT 2018


https://github.com/python/cpython/commit/e80e77a484983ffb527ef22d336ff9500589dce3
commit: e80e77a484983ffb527ef22d336ff9500589dce3
branch: master
author: TilmanK <tilman.krummeck at googlemail.com>
committer: Victor Stinner <vstinner at redhat.com>
date: 2018-10-25T00:50:25+02:00
summary:

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

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