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
Domain: github.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:332b06eb-034d-ffd3-e528-e99866be1354 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D41C:382280:6DF8CA:91E5F7:6A53F3F2 |
| html-safe-nonce | d543bd07c26d4c9bbaa04e06ff3b6d807c3b44f7e34cdc7af8d5d65aea8c02c1 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDFDOjM4MjI4MDo2REY4Q0E6OTFFNUY3OjZBNTNGM0YyIiwidmlzaXRvcl9pZCI6IjI5MDU5MzYwNjQ5MzMwMDAxNzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 7f5ec9154fb89eecc42ee550fa4549781d5cd484b5c8c93de44dbb3d085e837d |
| hovercard-subject-tag | issue:1198827830 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/46236/issue_layout |
| twitter:image | https://opengraph.githubassets.com/6d5e645bd78e2c93ddcd71861489e09ade955fcf4c16defdca5bf832647ad56e/python/cpython/issues/46236 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/6d5e645bd78e2c93ddcd71861489e09ade955fcf4c16defdca5bf832647ad56e/python/cpython/issues/46236 |
| og:image:alt | BPO 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:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | avassalotti |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width