Skip to content
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

bpo-39348: Fix code highlight for the SOCK_NONBLOCK example #18018

Merged
merged 1 commit into from Jan 15, 2020

Conversation

@oz123
Copy link
Contributor

oz123 commented Jan 15, 2020

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.

https://bugs.python.org/issue39348

Automerge-Triggered-By: @Mariatta

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly nightlights the python code.
@Mariatta

This comment has been minimized.

Copy link
Member

Mariatta commented Jan 15, 2020

Yes, good catch. Thanks!

@miss-islington miss-islington merged commit fad8b56 into python:master Jan 15, 2020
5 checks passed
5 checks passed
Docs
Details
Azure Pipelines PR #20200115.31 succeeded
Details
bedevere/issue-number Issue number 39348 found
Details
bedevere/news "skip news" label found
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Jan 15, 2020

Thanks @oz123 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this pull request Jan 15, 2020
…-18018)

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.

https://bugs.python.org/issue39348
(cherry picked from commit fad8b56)

Co-authored-by: Oz N Tiram <oz.tiram@noris.de>
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jan 15, 2020

GH-18019 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit to miss-islington/cpython that referenced this pull request Jan 15, 2020
…-18018)

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.

https://bugs.python.org/issue39348
(cherry picked from commit fad8b56)

Co-authored-by: Oz N Tiram <oz.tiram@noris.de>
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jan 15, 2020

GH-18020 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Jan 16, 2020
The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.

https://bugs.python.org/issue39348
(cherry picked from commit fad8b56)

Co-authored-by: Oz N Tiram <oz.tiram@noris.de>
miss-islington added a commit that referenced this pull request Jan 16, 2020
The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.

https://bugs.python.org/issue39348
(cherry picked from commit fad8b56)

Co-authored-by: Oz N Tiram <oz.tiram@noris.de>
petdance added a commit to petdance/cpython that referenced this pull request Jan 17, 2020
…-18018)

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.




https://bugs.python.org/issue39348
petdance added a commit to petdance/cpython that referenced this pull request Jan 17, 2020
…-18018)

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.




https://bugs.python.org/issue39348
petdance added a commit to petdance/cpython that referenced this pull request Jan 17, 2020
…-18018)

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.




https://bugs.python.org/issue39348
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.