Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork931
Use consistent tab titles#1634
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
ezio-melotti left a comment
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.
I agree on changing and newer to just+.
From reading the documentation it seems that any Python can be used to launch the command that builds both the build CPython and the WASI CPython, so removing theC fromCPython seems ok to me as well, but I'll leave the final decision to@brettcannon.
hugovk commentedAug 14, 2025
Yeah, this is the "Python Developer’s Guide" but it's strictly the "CPython Developer’s Guide" and won't help you much for PyPy or another implementation. |
brettcannon commentedAug 14, 2025
Correct, although what you do based on the CPython checkout you're working with is different (hence why I went with "CPython"). |
298e76b intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Follow on from#1632.
We already have tabs onhttps://devguide.python.org/getting-started/setup-building/ with this pattern:
I suggest we follow the same pattern and change this:
To this:
📚 Documentation preview 📚:https://cpython-devguide--1634.org.readthedocs.build/