python / cpython

The Python programming language
https://www.python.org/
Other
60.06k stars 29.09k forks source link

\N{...} Unicode Charachter Name Expansion patch #32462

Closed 233a3139-501c-4c7b-a1c6-bf8de1d5fcfa closed 23 years ago

233a3139-501c-4c7b-a1c6-bf8de1d5fcfa commented 23 years ago
BPO 400643
Nosy @gvanrossum
Files
  • None: None
  • 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: ```python assignee = None closed_at = created_at = labels = [] title = '\\N{...} Unicode Charachter Name Expansion patch' updated_at = user = 'https://bugs.python.org/btutt' ``` bugs.python.org fields: ```python activity = actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = creator = 'btutt' dependencies = [] files = ['2469'] hgrepos = [] issue_num = 400643 keywords = ['patch'] message_count = 2.0 messages = ['32856', '32857'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'btutt'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue400643' versions = [] ```

    233a3139-501c-4c7b-a1c6-bf8de1d5fcfa commented 23 years ago
    gvanrossum commented 23 years ago

    Dup of bpo-100642