New submission from Eli Bendersky <eli...@gmail.com>: Now that both list and bytearray support the clear() method (see issue #10516), MutableSequence.clear() has to be implemented.
This is pending on commit for issue #11386, which fixes the exception thrown by bytearray.pop() when the bytearray is empty. ---------- assignee: eli.bendersky components: Library (Lib) keywords: easy messages: 129994 nosy: eli.bendersky, georg.brandl, ncoghlan, rhettinger, terry.reedy priority: normal severity: normal stage: needs patch status: open title: Implement MutableSequence.clear() type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11388> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com