Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 'list' with 'array' in array.remove and array.index #74691

Closed
DimitrisJim mannequin opened this issue May 29, 2017 · 1 comment
Closed

Replace 'list' with 'array' in array.remove and array.index #74691

DimitrisJim mannequin opened this issue May 29, 2017 · 1 comment
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@DimitrisJim
Copy link
Mannequin

DimitrisJim mannequin commented May 29, 2017

BPO 30506
Nosy @rhettinger, @DimitrisJim
PRs
  • bpo-30506: Change error message for array.index and array.remove to use 'array' instead of 'list'. #1853
  • 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-05-29.17:44:31.166>
    created_at = <Date 2017-05-29.11:03:03.925>
    labels = ['3.7', 'type-bug', 'library']
    title = "Replace 'list' with 'array' in array.remove and array.index"
    updated_at = <Date 2017-05-29.17:44:31.165>
    user = 'https://github.com/DimitrisJim'

    bugs.python.org fields:

    activity = <Date 2017-05-29.17:44:31.165>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-05-29.17:44:31.166>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-05-29.11:03:03.925>
    creator = 'Jim Fasarakis-Hilliard'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30506
    keywords = []
    message_count = 1.0
    messages = ['294689']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'Jim Fasarakis-Hilliard']
    pr_nums = ['1853']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30506'
    versions = ['Python 3.7']

    @DimitrisJim
    Copy link
    Mannequin Author

    DimitrisJim mannequin commented May 29, 2017

    Changes the error message for array.remove and array.index to say 'array.<meth_name>(x): x not in array' instead of 'array.<meth_name>(x): x not in list'.

    This is a splinter issue of bpo-13349.

    @DimitrisJim DimitrisJim mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels May 29, 2017
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant