cpython/Doc/distutils
Neil Schemenauer 8837dd092f
bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685)
* Rather than raise TypeError, warn and call list() on the value.

* Fix tests, revise NEWS and whatsnew text.

* Revise documentation, a string is okay as well.

* Ensure 'requires' and 'obsoletes' are real lists.

* Test that requires and obsoletes are turned to lists.
2017-12-04 18:58:12 -08:00
..
apiref.rst bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) 2017-12-04 18:58:12 -08:00
builtdist.rst bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) 2017-09-25 17:58:10 +01:00
commandref.rst After distutils doc reversal, change back **bold todo** items to XXX comments. 2010-07-31 09:15:10 +00:00
configfile.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 04:20:17 +00:00
examples.rst distutils docs: Fix a typo (GH-470) 2017-03-04 16:41:06 -08:00
extending.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 04:20:17 +00:00
index.rst Issue #26014: Update 3.x packaging documentation: 2016-06-05 17:38:48 -07:00
introduction.rst Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
packageindex.rst Issue #29069: Update the default URL of PyPI server 2016-12-27 15:16:25 +03:00
setupscript.rst bpo-19610: setup() now raises TypeError for invalid types (GH-4519) 2017-11-23 21:34:20 +03:00
sourcedist.rst bpo-11913: Add README.rst to the distutils standard READMEs list (#563) 2017-04-14 11:00:25 +02:00
uploading.rst Issue #16406: Combine the doc pages for uploading and registering to PyPI. 2013-02-27 10:00:20 -08:00