Skip to content

support named Unicode escapes (\N{name}) in re #74873

@jonathaneunice

Description

@jonathaneunice
BPO 30688
Nosy @ned-deily, @ezio-melotti, @serhiy-storchaka, @jonathaneunice, @fangyi-zhou
PRs
  • bpo-30688: support \N{name} escapes in re patterns #2261
  • bpo-30688: Support \N{name} escapes in re patterns. #5588
  • bpo-30688: Import unicodedata only when needed #5606
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2018-02-09.22:09:13.904>
    created_at = <Date 2017-06-17.07:38:56.908>
    labels = ['expert-regex', '3.8', 'type-feature', 'library']
    title = 'support named Unicode escapes (\\N{name}) in re'
    updated_at = <Date 2018-02-10.07:03:38.402>
    user = 'https://github.com/jonathaneunice'

    bugs.python.org fields:

    activity = <Date 2018-02-10.07:03:38.402>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-02-09.22:09:13.904>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'Regular Expressions']
    creation = <Date 2017-06-17.07:38:56.908>
    creator = 'jonathaneunice'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30688
    keywords = ['patch']
    message_count = 7.0
    messages = ['296234', '311912', '311913', '311923', '311926', '311938', '311939']
    nosy_count = 6.0
    nosy_names = ['ned.deily', 'ezio.melotti', 'mrabarnett', 'serhiy.storchaka', 'jonathaneunice', 'fangyizhou']
    pr_nums = ['2261', '5588', '5606']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30688'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Labels

    3.8 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytopic-regextype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions