[pypy-issue] Issue #1828: py3k list don't have clear() method (pypy/pypy)

Hyun Woo Park issues-reply at bitbucket.org
Tue Jul 29 14:27:59 CEST 2014


New issue 1828: py3k list don't have clear() method
https://bitbucket.org/pypy/pypy/issue/1828/py3k-list-dont-have-clear-method

Hyun Woo Park:

>>>> a = [1, 2, 3]
>>>> a.clear()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'list' object has no attribute 'clear'





More information about the pypy-issue mailing list