From: TilmanK Date: Wed, 24 Oct 2018 22:50:25 +0000 (+0200) Subject: bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) X-Git-Tag: v3.8.0a1~688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e80e77a484983ffb527ef22d336ff9500589dce3;p=thirdparty%2FPython%2Fcpython.git bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) --- 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: