Skip to content

Conversation

@ghost
Copy link

@ghostghost 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``.
@kumaraditya303kumaraditya303 added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jun 28, 2023
@kumaraditya303kumaraditya303 enabled auto-merge (squash) June 28, 2023 10:43
@kumaraditya303kumaraditya303 merged commit bbf722d into python:mainJun 28, 2023
@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-botbedevere-bot removed the needs backport to 3.12 only 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-botbedevere-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>
@ghost ghost deleted the doc-patch-2 branch June 28, 2023 11:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@bedevere-bot@kumaraditya303