[New-bugs-announce] [issue11388] Implement MutableSequence.clear()

Eli Bendersky report at bugs.python.org
Thu Mar 3 19:36:47 CET 2011


New submission from Eli Bendersky <eliben at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11388>
_______________________________________


More information about the New-bugs-announce mailing list