Skip to content

bpo-35027: Correct 3.7 meta-data changes in setup.py documentation. - #10032

Merged
vstinner merged 1 commit into
python:masterfrom
TilmanK:master
Oct 24, 2018
Merged

bpo-35027: Correct 3.7 meta-data changes in setup.py documentation.#10032
vstinner merged 1 commit into
python:masterfrom
TilmanK:master

Conversation

@TilmanK

@TilmanK TilmanK commented Oct 21, 2018

Copy link
Copy Markdown
Contributor

This fixes the setup.py user documentation to reflect the changes made in 8837dd0#diff-d9afd486aff62306cb23cb8be2d4458eR30.

Distutils will only warn when something else than a list or str is used, but not raise a TypeError explicitly. It will even convert the given value to a list if possible (i.e. for a tuple).. Therefore, I removed the passage about the TypeError replacing it with the hint about the new warning.

https://bugs.python.org/issue35027

@the-knights-who-say-ni

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

You can check yourself to see if the CLA has been received.

Thanks again for your contribution, we look forward to reviewing it!

@tirkarthi

Copy link
Copy Markdown
Member

LGTM. I hope the CLA will be processed in a couple of days so that a core dev can look into this. Thanks for the PR :)

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @TilmanK for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-10084 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 24, 2018
….7 (pythonGH-10032)

(cherry picked from commit e80e77a)

Co-authored-by: TilmanK <tilman.krummeck@googlemail.com>
miss-islington added a commit that referenced this pull request Oct 24, 2018
….7 (GH-10032)

(cherry picked from commit e80e77a)

Co-authored-by: TilmanK <tilman.krummeck@googlemail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants