Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
[3.6] Backport README.rst changes#294
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…honGH-104)(cherry picked from commitb3f1f59)
(cherry picked from commit1b3d88e)
(cherry picked from commitc086685)
(cherry picked from commite32ec93)
README.rst Outdated
- Issue tracker: https://bugs.python.org | ||
- Documentation: https://docs.python.org | ||
- Developer's Guide: https://cpython-devguide.readthedocs.io | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The readthedocs URL is proposed here but the docs.python.org is proposed in the changes for Doc/README.rst and further down in this file. I say stick with the latter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks,@ned-deily :)
I changed the url on themaster
branch inGH-295. Once that is merged, I'll cherry-pick that to this PR. Will that work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Sure. Just do it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Done!
Thanks for the review@ned-deily 😸 🎉 |
… syntaxConvert initializers for static type objects to use C99 designatorsyntax. This way the code is more robust against changes ofPyTypeObject.
… syntaxConvert initializers for static type objects to use C99 designatorsyntax. This way the code is more robust against changes ofPyTypeObject.
Uh oh!
There was an error while loading.Please reload this page.
Backport of the following PRs:
GH-104
GH-145
GH-55
GH-283
GH-295