Skip to content

Document PyUnicode_* API #46236

Open
Open
@avassalotti

Description

@avassalotti
BPO 1944
Nosy @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder
PRs
  • bpo-1944: wrap functions with macro #20011
  • Files
  • unicode.patch: docs for PyUnicodes C-API functions: FromFormat, FromFormatV, FromString, FromStringAndSize, Partition, RPartition and RSplit
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2008-01-27.06:26:42.019>
    labels = ['type-feature', 'docs']
    title = 'Document PyUnicode_* API'
    updated_at = <Date 2020-06-21.12:39:22.129>
    user = 'https://github.com/avassalotti'

    bugs.python.org fields:

    activity = <Date 2020-06-21.12:39:22.129>
    actor = 'shihai1991'
    assignee = 'docs@python'
    closed = False
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2008-01-27.06:26:42.019>
    creator = 'alexandre.vassalotti'
    dependencies = []
    files = ['13717']
    hgrepos = []
    issue_num = 1944
    keywords = ['patch']
    message_count = 9.0
    messages = ['61734', '86116', '86121', '89100', '185552', '185725', '264571', '264575', '368582']
    nosy_count = 11.0
    nosy_names = ['lemburg', 'georg.brandl', 'vstinner', 'alexandre.vassalotti', 'donlorenzo', 'docs@python', 'berker.peksag', 'martin.panter', 'serhiy.storchaka', 'shihai1991', 'furkanonder']
    pr_nums = ['20011']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1944'
    versions = ['Python 3.5', 'Python 3.6']

    [edit @encukou]: Converting the lists below to checkboxes:

    • PyUnicode_Resize
    • PyUnicode_InternImmortal (removed in 3.12)
    • PyUnicode_GetDefaultEncoding
    • PyUnicode_SetDefaultEncoding (removed in 3.2)
    • PyUnicode_BuildEncodingMap
    • PyUnicode_FromFormatV
    • PyUnicode_UTF7
    • PyUnicode_AsEncodedObject
    • PyUnicode_FromOrdinal
    • PyUnicode_DecodeFSDefault
    • PyUnicode_DecodeFSDefaultAndSize
    • PyUnicode_DecodeUTF7
    • PyUnicode_DecodeUTF7Stateful
    • PyUnicode_EncodeDecimal
    • PyUnicode_EncodeUTF7
    • PyUnicode_FromFormat
    • PyUnicode_FromString
    • PyUnicode_FromStringAndSize
    • PyUnicode_GetMax
    • PyUnicode_Partition
    • PyUnicode_RPartition
    • PyUnicode_RSplit
    • PyUnicode_IsIdentifier
    • PyUnicode_Append
    • PyUnicode_AppendAndDel
    • Py_UNICODE_REPLACEMENT_CHARACTER
    • PyUnicodeIter_Type
    • PyUnicode_AsDecodedObject
    • PyUnicode_AsDecodedUnicode
    • PyUnicode_AsEncodedUnicode
    • _PyUnicode_ClearStaticStrings (removed in 3.9)
    • _PyUnicode_EQ (removed in 3.14)
    • _PyUnicode_FromId (private)

    Linked PRs

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      docsDocumentation in the Doc dirtopic-unicodetype-featureA feature request or enhancement

      Projects

      Status

      Todo

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions