From e80e77a484983ffb527ef22d336ff9500589dce3 Mon Sep 17 00:00:00 2001 From: TilmanK Date: Thu, 25 Oct 2018 00:50:25 +0200 Subject: [PATCH] bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) --- Doc/distutils/setupscript.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 1d96acbe98..c1051d2e80 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: -- 2.40.0