Skip to content

list and tuple index methods should accept None parameters #74121

@gwk

Description

@gwk
mannequin
BPO 29935
Nosy @rhettinger, @serhiy-storchaka, @gwk, @JelleZijlstra
PRs
  • bpo-29935: Fix error messages in the index() method of tuple, list and deque #887
  • bpo-29935: Fixed error messages in the index() method of tuple, list … #907
  • bpo-29935: Fixed error messages in the index() method of tuple, list … #909
  • bpo-29935: Fixed error messages in the index() method of tuple and li… #910
  • 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 2017-03-30.17:34:56.393>
    created_at = <Date 2017-03-28.16:16:21.949>
    labels = ['interpreter-core', 'type-bug', '3.7']
    title = 'list and tuple index methods should accept None parameters'
    updated_at = <Date 2017-03-30.17:34:56.392>
    user = 'https://github.com/gwk'

    bugs.python.org fields:

    activity = <Date 2017-03-30.17:34:56.392>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-03-30.17:34:56.393>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2017-03-28.16:16:21.949>
    creator = 'gwk'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29935
    keywords = []
    message_count = 11.0
    messages = ['290737', '290783', '290786', '290788', '290822', '290838', '290851', '290853', '290860', '290864', '290865']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'serhiy.storchaka', 'gwk', 'JelleZijlstra']
    pr_nums = ['887', '907', '909', '910']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue29935'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions