Skip to content

# gh-111700: Fix syntax highlighting for c code in the "What's New In Python 3.12" documentation #113609

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

parthsdoshi
Copy link
Contributor

@parthsdoshi parthsdoshi commented Jan 1, 2024

Fixes gh-111700

I skimmed through the rest of the doc for c-code blocks with bad syntax highlighting but didn't find any that were obvious to me.


📚 Documentation preview 📚: https://cpython-previews--113609.org.readthedocs.build/

@ghost
Copy link

ghost commented Jan 1, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@miss-islington-app
Copy link

Thanks @parthsdoshi for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 1, 2024
…s New In Python 3.12" documentation (pythonGH-113609)

Fix PEP 684 syntax highlighting in what's new Python 3.12
(cherry picked from commit 9ce6c01)

Co-authored-by: Parth Doshi <doshi.parth9@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Jan 1, 2024

GH-113610 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Jan 1, 2024
hugovk pushed a commit that referenced this pull request Jan 1, 2024
…'s New In Python 3.12" documentation (GH-113609) (#113610)

GH- gh-111700: Fix syntax highlighting for C code in the "What's New In Python 3.12" documentation (GH-113609)

Fix PEP 684 syntax highlighting in what's new Python 3.12
(cherry picked from commit 9ce6c01)

Co-authored-by: Parth Doshi <doshi.parth9@gmail.com>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
…New In Python 3.12" documentation (python#113609)

Fix PEP 684 syntax highlighting in what's new Python 3.12
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…New In Python 3.12" documentation (python#113609)

Fix PEP 684 syntax highlighting in what's new Python 3.12
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…New In Python 3.12" documentation (python#113609)

Fix PEP 684 syntax highlighting in what's new Python 3.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

What’s New In Python 3.12: bad highlighting for Py_NewInterpreterFromConfig() example
2 participants