Skip to content

str.format_map() silences exceptions in __getitem__ #75161

@Akuli

Description

@Akuli
mannequin
BPO 30978
Nosy @brettcannon, @rhettinger, @vstinner, @ericvsmith, @ezio-melotti, @serhiy-storchaka, @Akuli
PRs
  • bpo-30978: str.format_map() now passes key lookup exceptions through. #2790
  • [3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (GH-2790) #2992
  • 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 = <Date 2017-08-03.09:17:00.328>
    created_at = <Date 2017-07-20.19:53:55.353>
    labels = ['interpreter-core', 'type-bug', '3.7', 'expert-unicode']
    title = 'str.format_map() silences exceptions in __getitem__'
    updated_at = <Date 2017-08-03.09:17:00.328>
    user = 'https://github.com/Akuli'

    bugs.python.org fields:

    activity = <Date 2017-08-03.09:17:00.328>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-08-03.09:17:00.328>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core', 'Unicode']
    creation = <Date 2017-07-20.19:53:55.353>
    creator = 'Akuli'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30978
    keywords = []
    message_count = 12.0
    messages = ['298747', '298767', '298794', '298799', '298809', '298812', '298816', '298818', '298819', '298821', '299692', '299693']
    nosy_count = 7.0
    nosy_names = ['brett.cannon', 'rhettinger', 'vstinner', 'eric.smith', 'ezio.melotti', 'serhiy.storchaka', 'Akuli']
    pr_nums = ['2790', '2992']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30978'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions