René's URL Explorer Experiment


Title: Document PyUnicode_* API · Issue #46236 · python/cpython · GitHub

Open Graph Title: Document PyUnicode_* API · Issue #46236 · python/cpython

X Title: Document PyUnicode_* API · Issue #46236 · python/cpython

Description: BPO 1944 Nosy @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder PRs #20011 Files unicode.patch: docs for PyUnicodes C-API functions: FromFormat, FromFormatV, FromStrin...

Open Graph Description: BPO 1944 Nosy @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder PRs #20011 Files unicode.patch: docs for PyUnicodes C-API funct...

X Description: BPO 1944 Nosy @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder PRs #20011 Files unicode.patch: docs for PyUnicodes C-API funct...

Opengraph URL: https://github.com/python/cpython/issues/46236

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Document PyUnicode_* API","articleBody":"BPO | [1944](https://bugs.python.org/issue1944)\n--- | :---\nNosy | @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder\nPRs | \u003cli\u003epython/cpython#20011\u003c/li\u003e\nFiles | \u003cli\u003e[unicode.patch](https://bugs.python.org/file13717/unicode.patch \"Uploaded as text/plain at 2009-04-18.15:18:44 by donlorenzo\"): docs for PyUnicodes C-API functions: FromFormat, FromFormatV, FromString, FromStringAndSize, Partition, RPartition and RSplit\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = None\nclosed_at = None\ncreated_at = \u003cDate 2008-01-27.06:26:42.019\u003e\nlabels = ['type-feature', 'docs']\ntitle = 'Document PyUnicode_* API'\nupdated_at = \u003cDate 2020-06-21.12:39:22.129\u003e\nuser = 'https://github.com/avassalotti'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2020-06-21.12:39:22.129\u003e\nactor = 'shihai1991'\nassignee = 'docs@python'\nclosed = False\nclosed_date = None\ncloser = None\ncomponents = ['Documentation']\ncreation = \u003cDate 2008-01-27.06:26:42.019\u003e\ncreator = 'alexandre.vassalotti'\ndependencies = []\nfiles = ['13717']\nhgrepos = []\nissue_num = 1944\nkeywords = ['patch']\nmessage_count = 9.0\nmessages = ['61734', '86116', '86121', '89100', '185552', '185725', '264571', '264575', '368582']\nnosy_count = 11.0\nnosy_names = ['lemburg', 'georg.brandl', 'vstinner', 'alexandre.vassalotti', 'donlorenzo', 'docs@python', 'berker.peksag', 'martin.panter', 'serhiy.storchaka', 'shihai1991', 'furkanonder']\npr_nums = ['20011']\npriority = 'normal'\nresolution = None\nstage = 'patch review'\nstatus = 'open'\nsuperseder = None\ntype = 'enhancement'\nurl = 'https://bugs.python.org/issue1944'\nversions = ['Python 3.5', 'Python 3.6']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n\n[edit @encukou]: Converting the lists below to checkboxes:\n\n- [x] PyUnicode_Resize\n- [x] ~~PyUnicode_InternImmortal~~ (removed in 3.12)\n- [x] PyUnicode_GetDefaultEncoding\n- [x] ~~PyUnicode_SetDefaultEncoding~~ (removed in 3.2)\n- [x] PyUnicode_BuildEncodingMap\n- [x] PyUnicode_FromFormatV\n- [x] PyUnicode_*UTF7*\n- [x] PyUnicode_AsEncodedObject\n- [x] PyUnicode_FromOrdinal\n- [x] PyUnicode_DecodeFSDefault\n- [x] PyUnicode_DecodeFSDefaultAndSize\n- [x] PyUnicode_DecodeUTF7\n- [x] PyUnicode_DecodeUTF7Stateful\n- [x] PyUnicode_EncodeDecimal\n- [x] PyUnicode_EncodeUTF7\n- [x] PyUnicode_FromFormat\n- [x] PyUnicode_FromString\n- [x] PyUnicode_FromStringAndSize\n- [x] PyUnicode_GetMax\n- [x] PyUnicode_Partition\n- [x] PyUnicode_RPartition\n- [x] PyUnicode_RSplit\n- [x] PyUnicode_IsIdentifier\n- [x] PyUnicode_Append\n- [x] PyUnicode_AppendAndDel\n- [x] Py_UNICODE_REPLACEMENT_CHARACTER\n- [x] PyUnicodeIter_Type\n- [x] PyUnicode_AsDecodedObject\n- [x] PyUnicode_AsDecodedUnicode\n- [x] PyUnicode_AsEncodedUnicode\n- [x] ~~_PyUnicode_ClearStaticStrings~~ (removed in 3.9)\n- [x] ~~_PyUnicode_EQ~~ (removed in 3.14)\n- [x] ~~_PyUnicode_FromId~~ (private)\n\n\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-127934\n* gh-129961\n* gh-129962\n* gh-129966\n* gh-130191\n* gh-130335\n* gh-130360\n* gh-130361\n* gh-130511\n* gh-130512\n* gh-130531\n* gh-132040\n* gh-132521\n* gh-132628\n* gh-132703\n* gh-132706\n* gh-132925\n* gh-133149\n* gh-133270\n* gh-133769\n* gh-133770\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/avassalotti","@type":"Person","name":"avassalotti"},"datePublished":"2008-01-27T06:26:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":21},"url":"https://github.com/46236/cpython/issues/46236"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:332b06eb-034d-ffd3-e528-e99866be1354
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD41C:382280:6DF8CA:91E5F7:6A53F3F2
html-safe-nonced543bd07c26d4c9bbaa04e06ff3b6d807c3b44f7e34cdc7af8d5d65aea8c02c1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDFDOjM4MjI4MDo2REY4Q0E6OTFFNUY3OjZBNTNGM0YyIiwidmlzaXRvcl9pZCI6IjI5MDU5MzYwNjQ5MzMwMDAxNzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7f5ec9154fb89eecc42ee550fa4549781d5cd484b5c8c93de44dbb3d085e837d
hovercard-subject-tagissue:1198827830
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/46236/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6d5e645bd78e2c93ddcd71861489e09ade955fcf4c16defdca5bf832647ad56e/python/cpython/issues/46236
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6d5e645bd78e2c93ddcd71861489e09ade955fcf4c16defdca5bf832647ad56e/python/cpython/issues/46236
og:image:altBPO 1944 Nosy @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder PRs #20011 Files unicode.patch: docs for PyUnicodes C-API funct...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameavassalotti
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/46236#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F46236
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F46236
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/46236
Reloadhttps://github.com/python/cpython/issues/46236
Reloadhttps://github.com/python/cpython/issues/46236
Please reload this pagehttps://github.com/python/cpython/issues/46236
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/46236
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Document PyUnicode_* APIhttps://github.com/python/cpython/issues/46236#top
docsDocumentation in the Doc dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22docs%22
topic-unicodehttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-unicode%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
https://github.com/avassalotti
avassalottihttps://github.com/avassalotti
on Jan 27, 2008https://github.com/python/cpython/issues/46236#issue-1198827830
1944https://bugs.python.org/issue1944
@malemburghttps://github.com/malemburg
@birkenfeldhttps://github.com/birkenfeld
@vstinnerhttps://github.com/vstinner
@avassalottihttps://github.com/avassalotti
@berkerpeksaghttps://github.com/berkerpeksag
@vadmiumhttps://github.com/vadmium
@serhiy-storchakahttps://github.com/serhiy-storchaka
@shihai1991https://github.com/shihai1991
@furkanonderhttps://github.com/furkanonder
bpo-1944: wrap functions with macro #20011https://github.com/python/cpython/pull/20011
unicode.patchhttps://bugs.python.org/file13717/unicode.patch
@encukouhttps://github.com/encukou
gh-46236: Add missing document of PyUnicode_DecodeCodePageStateful #127934https://github.com/python/cpython/pull/127934
[3.13] gh-46236: Document PyUnicode_DecodeCodePageStateful (GH-127934) #129961https://github.com/python/cpython/pull/129961
[3.12] gh-46236: Document PyUnicode_DecodeCodePageStateful (GH-127934) #129962https://github.com/python/cpython/pull/129962
gh-46236: PyUnicode docs improvements #129966https://github.com/python/cpython/pull/129966
gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition #130191https://github.com/python/cpython/pull/130191
gh-46236: Add missing PyUnicode_GetDefaultEncoding() doc #130335https://github.com/python/cpython/pull/130335
[3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) #130360https://github.com/python/cpython/pull/130360
[3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) #130361https://github.com/python/cpython/pull/130361
[3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) #130511https://github.com/python/cpython/pull/130511
[3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) #130512https://github.com/python/cpython/pull/130512
gh-46236: Add missing PyUnicode_Append() doc #130531https://github.com/python/cpython/pull/130531
gh-46236: Add missing PyUnicode_FromOrdinal() doc #132040https://github.com/python/cpython/pull/132040
[3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) #132521https://github.com/python/cpython/pull/132521
gh-46236: Add missing PyUnicode_Resize() doc #132628https://github.com/python/cpython/pull/132628
gh-46236: Document PyUnicode_Resize #132703https://github.com/python/cpython/pull/132703
gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc #132706https://github.com/python/cpython/pull/132706
gh-46236: Document PyUnicodeIter_Type #132925https://github.com/python/cpython/pull/132925
[3.13] gh-46236: Document PyUnicodeIter_Type (GH-132925) #133149https://github.com/python/cpython/pull/133149
gh-46236: Document PyUnicode_BuildEncodingMap #133270https://github.com/python/cpython/pull/133270
[3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) #133769https://github.com/python/cpython/pull/133769
[3.13] gh-46236: Document PyUnicode_BuildEncodingMap #133770https://github.com/python/cpython/pull/133770
docsDocumentation in the Doc dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22docs%22
topic-unicodehttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-unicode%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
docs issueshttps://github.com/orgs/python/projects/52
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.