-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Remove Python 3.5 hardcoded version in the tutorial appendix #117612
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
Does the PR need an issue, @AlexWaygood ? It's kind of small, almost "typo fix". |
nah, we can skip an issue for a 2-line docs fix :-) |
Hopefully this one-liner will be reviewed one day :) |
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Thanks @Privat33r-dev for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-118707 is a backport of this pull request to the 3.12 branch. |
Thank you for the fix! |
The
python<your_python_version>
one still makes me think of a better solution: I've tried|python_x_dot_y_literal|
,|version|
with detaching output in another text, butpython|version|
is not being substituted and the first one includes double backticks. I don't want to editconf.py
just for this minor change, so I left it as is for now. I would appreciate any feedback on this.📚 Documentation preview 📚: https://cpython-previews--117612.org.readthedocs.build/