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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to