X Tutup
The Wayback Machine - https://web.archive.org/web/20221223074042/https://github.com/python/cpython/pull/97775
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-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) #97775

Merged
merged 2 commits into from Oct 4, 2022

Conversation

AA-Turner
Copy link
Member

@AA-Turner AA-Turner commented Oct 3, 2022

Part of #93738. This PR converts some miscellaneous references from :c:type: to the c:expr syntax.

A

Doc/whatsnew/2.4.rst Outdated Show resolved Hide resolved
@ambv ambv merged commit 6b3d4db into python:main Oct 4, 2022
14 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Sorry, @AA-Turner and @ambv, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 6b3d4db02edc5883a7e7cbe088711edaef0d9853 3.10

@bedevere-bot
Copy link

bedevere-bot commented Oct 4, 2022

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 4, 2022
…ases) (pythonGH-97775)

* :c:type: to :c:expr:

* Update Doc/whatsnew/2.4.rst
(cherry picked from commit 6b3d4db)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@miss-islington miss-islington assigned ambv and unassigned AA-Turner Oct 4, 2022
@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Sorry @AA-Turner and @ambv, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 6b3d4db02edc5883a7e7cbe088711edaef0d9853 3.10

@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Sorry @AA-Turner and @ambv, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 6b3d4db02edc5883a7e7cbe088711edaef0d9853 3.10

@miss-islington
Copy link
Contributor

miss-islington commented Oct 4, 2022

Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Oct 5, 2022

Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Oct 5, 2022

Sorry, @AA-Turner and @ambv, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 6b3d4db02edc5883a7e7cbe088711edaef0d9853 3.10

ambv pushed a commit to ambv/cpython that referenced this pull request Oct 5, 2022
…misc. cases) (pythonGH-97775)

* :c:type: to :c:expr:

* Update Doc/whatsnew/2.4.rst
(cherry picked from commit 6b3d4db)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@bedevere-bot
Copy link

bedevere-bot commented Oct 5, 2022

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

ambv pushed a commit that referenced this pull request Oct 5, 2022
…cases) (GH-97775) (#97873)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
ambv added a commit that referenced this pull request Oct 5, 2022
…cases) (GH-97775) (#97891)

(cherry picked from commit 6b3d4db)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@AA-Turner AA-Turner deleted the sphinx-3-misc-expr branch Oct 6, 2022
mpage pushed a commit to mpage/cpython that referenced this pull request Oct 11, 2022
…ases) (python#97775)

* :c:type: to :c:expr:

* Update Doc/whatsnew/2.4.rst
pablogsal pushed a commit that referenced this pull request Oct 22, 2022
…cases) (GH-97775) (#97873)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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.

None yet

5 participants
X Tutup