-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[2.7] bpo-33071: remove outdated PyPI docs (GH-13087) #13584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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). Our records indicate we have not received your 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. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
@shihai1991, since this is a manual backport to 2.7, please preface the PR title with |
Also requesting review from @ncoghlan as he merged the pull request to master and 3.7. |
dce95ee
to
d7bc161
Compare
copy that. |
I added my comment about removing too much info on the bpo issue, given that this is a backport PR so less appropriate for the discussion. |
@ncoghlan answered on the original PR: #13087 (comment) Which means: please go back to the original version. Sorry for the trouble! A process note: rebases or force-pushes are not useful on CPython repo; there can be as many intermediary commits as needed, even with broken tests or docs, because we always do a squash merge in the end. Non-rewritten commits also work a lot better in github’s UI, which will show «changes since last time you viewed» for reviewers. |
copy that, let me try it again. |
@shihai1991: Status check is done, and it's a success ✅ . |
Thanks for the backport! |
Patch by Kojo Idrissa.
(cherry picked from commit 1b4abcf)
Co-authored-by: Kojo Idrissa kojoidrissa@users.noreply.github.com
https://bugs.python.org/issue33071