Issue 30506: Replace 'list' with 'array' in array.remove and array.index (original) (raw)

Issue30506

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 .
History
Date User Action Args
2022-04-11 14:58:47 admin set github: 74691
2017-05-29 17:44:31 serhiy.storchaka set status: open -> closedresolution: fixedstage: resolved
2017-05-29 17:03:50 serhiy.storchaka set nosy: + rhettinger
2017-05-29 11:04:27 Jim Fasarakis-Hilliard set pull_requests: + <pull%5Frequest1938>
2017-05-29 11:03:04 Jim Fasarakis-Hilliard create