Add ``elif`` sentence on to avoid multiple ``if``

BPO 36385
Nosy @rhettinger, @eamanu, @miss-islington
PRs
  • bpo-36385: Add elif sentence on to avoid multiple if #12478
  • 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 2019-03-21.04:39:50.741>
    created_at = <Date 2019-03-21.01:44:32.032>
    labels = ['type-bug', '3.8']
    title = 'Add ``elif`` sentence on to avoid multiple ``if``'
    updated_at = <Date 2019-03-21.04:39:50.737>
    user = 'https://github.com/eamanu'

    bugs.python.org fields:

    activity = <Date 2019-03-21.04:39:50.737>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-03-21.04:39:50.741>
    closer = 'rhettinger'
    components = []
    creation = <Date 2019-03-21.01:44:32.032>
    creator = 'eamanu'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36385
    keywords = ['patch']
    message_count = 3.0
    messages = ['338519', '338523', '338524']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'eamanu', 'miss-islington']
    pr_nums = ['12478']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue36385'
    versions = ['Python 3.8']