From: Eli Bendersky Date: Sat, 17 Mar 2012 13:14:35 +0000 (+0200) Subject: updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue... X-Git-Tag: v3.3.0a2~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7add4eaa6d4a7ffd2f15821e962c8e6486deeef7;p=python updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index ae7b3afdfb..ca123cddc2 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -481,6 +481,10 @@ Some smaller changes made to the core Python language are: (:issue:`14205`) +* New methods have been added to :class:`list` and :class:`bytearray`: + ``copy()`` and ``clear()``. + + (:issue:`10516`) New and Improved Modules ========================