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

gh-101100: Fix reference to asynchronous methods #106172

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

F3eQnxN3RriK
Copy link
Contributor

@F3eQnxN3RriK F3eQnxN3RriK commented Jun 28, 2023

Fixing __await__, __aiter__, __anext__, __aenter__, __aexit__, documented as methods of object.


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

Fixing ``__await__``, ``__aiter__``, ``__anext__``, ``__aenter__``, ``__aexit__``,
documented as methods of ``object``.
@kumaraditya303 kumaraditya303 added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Jun 28, 2023
@kumaraditya303 kumaraditya303 enabled auto-merge (squash) June 28, 2023 10:43
@kumaraditya303 kumaraditya303 merged commit bbf722d into python:main Jun 28, 2023
22 checks passed
@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 28, 2023
(cherry picked from commit bbf722d)

Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 28, 2023
(cherry picked from commit bbf722d)

Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Jun 28, 2023
@bedevere-bot
Copy link

GH-106192 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 28, 2023
kumaraditya303 pushed a commit that referenced this pull request Jun 28, 2023
…106192)

gh-101100: Fix reference to asynchronous methods (GH-106172)
(cherry picked from commit bbf722d)

Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
kumaraditya303 pushed a commit that referenced this pull request Jun 28, 2023
…106191)

gh-101100: Fix reference to asynchronous methods (GH-106172)
(cherry picked from commit bbf722d)

Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
@F3eQnxN3RriK F3eQnxN3RriK deleted the doc-patch-2 branch June 28, 2023 11:59
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.

4 participants