Skip to content

gh-46236: Add missing PyUnicode_FromOrdinal() doc - #132040

Merged
vstinner merged 3 commits into
python:mainfrom
rruuaanng:add-un-fromord-doc
Apr 14, 2025
Merged

gh-46236: Add missing PyUnicode_FromOrdinal() doc#132040
vstinner merged 3 commits into
python:mainfrom
rruuaanng:add-un-fromord-doc

Conversation

@rruuaanng

@rruuaanngrruuaanng commented Apr 3, 2025

Copy link
Copy Markdown
Contributor

@rruuaanngrruuaanng changed the title Add missing PyUnicode_FromOrdinal() docgh-46236: Add missing PyUnicode_FromOrdinal() docApr 3, 2025
@bedevere-appbedevere-appBot mentioned this pull request Apr 3, 2025
33 tasks
Comment threadDoc/c-api/unicode.rst Outdated
@python-cla-bot

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@rruuaanng

Copy link
Copy Markdown
ContributorAuthor

cc @vstinner

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@vstinnervstinner added skip news needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes and removed needs backport to 3.12 only security fixes labels Apr 14, 2025
@vstinner
vstinner merged commit 8768df2 into python:mainApr 14, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @rruuaanng for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @rruuaanng and @vstinner, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 8768df2fe94a8444baff47a5b8c7414a2118731a 3.13

@bedevere-app

Copy link
Copy Markdown

GH-132521 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Apr 14, 2025
vstinner pushed a commit to vstinner/cpython that referenced this pull request Apr 14, 2025
@vstinner

Copy link
Copy Markdown
Member

Merged, thanks.

vstinner added a commit that referenced this pull request Apr 14, 2025
…132521)
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
(cherry picked from commit 8768df2)
Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
@rruuaanng
rruuaanng deleted the add-un-fromord-doc branch April 15, 2025 14:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@rruuaanng@vstinner@StanFromIreland