This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Replace 'list' with 'array' in array.remove and array.index
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Jim Fasarakis-Hilliard, rhettinger
Priority: normal Keywords:

Created on 2017-05-29 11:03 by Jim Fasarakis-Hilliard, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1853 merged Jim Fasarakis-Hilliard, 2017-05-29 11:04
Messages (1)
msg294689 - (view) Author: Jim Fasarakis-Hilliard (Jim Fasarakis-Hilliard) * Date: 2017-05-29 11:03
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 issue13349.
History
Date User Action Args
2022-04-11 14:58:47adminsetgithub: 74691
2017-05-29 17:44:31serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: resolved
2017-05-29 17:03:50serhiy.storchakasetnosy: + rhettinger
2017-05-29 11:04:27Jim Fasarakis-Hilliardsetpull_requests: + pull_request1938
2017-05-29 11:03:04Jim Fasarakis-Hilliardcreate