]> granicus.if.org Git - python/commitdiff
bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032)
authorTilmanK <tilman.krummeck@googlemail.com>
Wed, 24 Oct 2018 22:50:25 +0000 (00:50 +0200)
committerVictor Stinner <vstinner@redhat.com>
Wed, 24 Oct 2018 22:50:25 +0000 (00:50 +0200)
Doc/distutils/setupscript.rst

index 1d96acbe98f696fae79f950b93d3ca1de473abfc..c1051d2e807e7946d928248ff659b26de5be2621 100644 (file)
@@ -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: