python / cpython

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

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

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

233a3139-501c-4c7b-a1c6-bf8de1d5fcfa commented 23 years ago
BPO 400642
Nosy @malemburg, @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 = 'https://github.com/malemburg' 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 = 'lemburg' closed = True closed_date = None closer = None components = ['None'] creation = creator = 'btutt' dependencies = [] files = ['2468'] hgrepos = [] issue_num = 400642 keywords = ['patch'] message_count = 7.0 messages = ['32849', '32850', '32851', '32852', '32853', '32854', '32855'] nosy_count = 3.0 nosy_names = ['lemburg', 'gvanrossum', 'btutt'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue400642' versions = [] ```

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

    (Note the raw patch is a binary file. tgz? zip? Who knows!)

    gvanrossum commented 23 years ago

    Thanks, Marc-Andre!

    malemburg commented 23 years ago

    It's a ZIP file originally called ucn.zip

    malemburg commented 23 years ago

    Patch checked in. Please close ! MAL.

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

    New patch. It is indeed ucn.zip. Fixed:

    Done, altered the generation scripts and regenerated ucnhash.h/.c and fixed up unicodeobject.c

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

    Oops, uploaded wrong zip file, lets try this again.