Unverified Kaydet (Commit) f2679afd authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

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

(cherry picked from commit e80e77a4)
Co-authored-by: 's avatarTilmanK <tilman.krummeck@googlemail.com>
üst d9dbb864
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment