SIGN IN SIGN UP

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.
N
Neil Schemenauer committed
8837dd092fe5ad5184889104e8036811ed839f98
Parent: 9625bf5
Committed by GitHub <noreply@github.com> on 12/5/2017, 2:58:12 AM