This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients eli.bendersky, georg.brandl, ncoghlan, rhettinger, terry.reedy
Date 2011-03-03.18:36:45
SpamBayes Score 0.008040137
Marked as misclassified No
Message-id <1299177407.5.0.868573551727.issue11388@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-03 18:36:47eli.benderskysetrecipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, ncoghlan
2011-03-03 18:36:47eli.benderskysetmessageid: <1299177407.5.0.868573551727.issue11388@psf.upfronthosting.co.za>
2011-03-03 18:36:45eli.benderskylinkissue11388 messages
2011-03-03 18:36:45eli.benderskycreate