From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 24 Oct 2018 22:59:15 +0000 (-0700) Subject: bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) X-Git-Tag: v3.7.2rc1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2679afda06d1eeaf34852e49bbcf4fb39736d19;p=thirdparty%2FPython%2Fcpython.git 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 --- 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: