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' _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
