Skip to content

[docs] Correct typos in SSLContext.sni_callback. #30623

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

Merged
merged 2 commits into from
Feb 19, 2022
Merged

[docs] Correct typos in SSLContext.sni_callback. #30623

merged 2 commits into from
Feb 19, 2022

Conversation

joernheissler
Copy link
Contributor

No description provided.

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs build is unrelated: https://bugs.python.org/issue40066#msg410711

(Rebasing should fix it.)

File "library/enum.rst", line ?, in default
Failed example:
    Color(0)
Exception raised:
    Traceback (most recent call last):
      File "/home/runner/work/cpython/cpython/Lib/doctest.py", line [13](https://github.com/python/cpython/runs/4833263884?check_suite_focus=true#step:9:13)46, in __run
        exec(compile(example.source, filename, "single",
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "<doctest default[0]>", line 1, in <module>
        Color(0)
        ^^^^^
    NameError: name 'Color' is not defined

@joernheissler
Copy link
Contributor Author

Should I rebase+force-push?

@JelleZijlstra
Copy link
Member

Better to merge main into this branch. Force push should generally be avoided because it can make reviews harder.

We'll squash merge eventually anyway, so the commit history of the PR isn't too important.

@joernheissler
Copy link
Contributor Author

joernheissler commented Feb 13, 2022

I merged main. Seems to be all green now.

Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Planning to merge in a few days (another small doc fix, cc @gvanrossum).

Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah

@JelleZijlstra JelleZijlstra added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Feb 19, 2022
@JelleZijlstra JelleZijlstra merged commit f80a97b into python:main Feb 19, 2022
@miss-islington
Copy link
Contributor

Thanks @joernheissler for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 19, 2022
Co-authored-by: Jörn Heissler <[email protected]>
(cherry picked from commit f80a97b)

Co-authored-by: Jörn Heissler <[email protected]>
@bedevere-bot
Copy link

GH-31421 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Feb 19, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 19, 2022
Co-authored-by: Jörn Heissler <[email protected]>
(cherry picked from commit f80a97b)

Co-authored-by: Jörn Heissler <[email protected]>
@bedevere-bot
Copy link

GH-31422 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Feb 19, 2022
miss-islington added a commit that referenced this pull request Feb 19, 2022
Co-authored-by: Jörn Heissler <[email protected]>
(cherry picked from commit f80a97b)

Co-authored-by: Jörn Heissler <[email protected]>
JelleZijlstra pushed a commit that referenced this pull request Feb 21, 2022
Co-authored-by: Jörn Heissler <[email protected]>
(cherry picked from commit f80a97b)

Co-authored-by: Jörn Heissler <[email protected]>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
Co-authored-by: Jörn Heissler <[email protected]>
(cherry picked from commit f80a97b)

Co-authored-by: Jörn Heissler <[email protected]>
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 issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants