sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Missing remove method on lists #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. stuff = ['abc', 'def', 'ghi']
2. stuff.remove('def')
3.

What is the expected output? What do you see instead?
error showing it is not implemented (getattr)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by francois...@gmail.com on 16 Jan 2013 at 6:59

GoogleCodeExporter commented 9 years ago
Working on the fix

Original comment by francois...@gmail.com on 16 Jan 2013 at 6:59

GoogleCodeExporter commented 9 years ago
Done. implemented with splice()

Original comment by francois...@gmail.com on 16 Jan 2013 at 7:02