Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-101100: Fix sphinx warnings intyping module#102260

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

Merged
AlexWaygood merged 1 commit intopython:mainfromsobolevn:issue-101100-typing
Feb 25, 2023

Conversation

sobolevn
Copy link
Member

@sobolevnsobolevn commentedFeb 25, 2023
edited
Loading

There was a warning during doc build insidetyping.rst when running withmake html SPHINXERRORHANDLING=-n:

./cpython/Doc/library/typing.rst:1587: WARNING: py:meth reference target not found: ssl.SSLObject.__init__

It happened becausehttps://docs.python.org/3/library/ssl.html#ssl.SSLObject does not have__init__ documented (since it does not do anything useful).

Now the warning is gone:

Снимок экрана 2023-02-25 в 23 59 05

@AlexWaygoodAlexWaygood added needs backport to 3.10only security fixes needs backport to 3.11only security fixes labelsFeb 25, 2023
@AlexWaygoodAlexWaygood merged commita498de4 intopython:mainFeb 25, 2023
@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

GH-102262 is a backport of this pull request to the3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestFeb 25, 2023
…H-102260)(cherry picked from commita498de4)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-botbedevere-bot removed the needs backport to 3.11only security fixes labelFeb 25, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestFeb 25, 2023
…H-102260)(cherry picked from commita498de4)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-bot
Copy link

GH-102263 is a backport of this pull request to the3.10 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.10only security fixes labelFeb 25, 2023
miss-islington added a commit that referenced this pull requestFeb 25, 2023
(cherry picked from commita498de4)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington added a commit that referenced this pull requestFeb 25, 2023
(cherry picked from commita498de4)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AlexWaygoodAlexWaygoodAlexWaygood approved these changes

@gvanrossumgvanrossumAwaiting requested review from gvanrossum

@Fidget-SpinnerFidget-SpinnerAwaiting requested review from Fidget-Spinner

@JelleZijlstraJelleZijlstraAwaiting requested review from JelleZijlstraJelleZijlstra is a code owner

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@sobolevn@miss-islington@bedevere-bot@AlexWaygood

[8]ページ先頭

©2009-2025 Movatter.jp