-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
[3.6] Backport README.rst changes #294
Conversation
…honGH-104) (cherry picked from commit b3f1f59)
(cherry picked from commit 1b3d88e)
(cherry picked from commit c086685)
(cherry picked from commit e32ec93)
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 the master
branch in GH-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 😸 🎉 |
… syntax Convert initializers for static type objects to use C99 designator syntax. This way the code is more robust against changes of PyTypeObject.
… syntax Convert initializers for static type objects to use C99 designator syntax. This way the code is more robust against changes of PyTypeObject.
Backport of the following PRs:
GH-104
GH-145
GH-55
GH-283
GH-295