[issue30506] Replace 'list' with 'array' in array.remove and array.index

Jim Fasarakis-Hilliard report at bugs.python.org
Mon May 29 07:03:04 EDT 2017


New submission from Jim Fasarakis-Hilliard:

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.

----------
components: Library (Lib)
messages: 294689
nosy: Jim Fasarakis-Hilliard
priority: normal
severity: normal
status: open
title: Replace 'list' with 'array' in array.remove and array.index
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30506>
_______________________________________


More information about the Python-bugs-list mailing list