(original) (raw)

changeset: 75780:958a98bf924e user: Eli Bendersky eliben@gmail.com date: Sat Mar 17 15:14:35 2012 +0200 files: Doc/whatsnew/3.3.rst description: updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) diff -r 0554183066b5 -r 958a98bf924e Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst Sat Mar 17 00:41:15 2012 -0700 +++ b/Doc/whatsnew/3.3.rst Sat Mar 17 15:14:35 2012 +0200 @@ -481,6 +481,10 @@ (:issue:`14205`) +* New methods have been added to :class:`list` and :class:`bytearray`: + ``copy()`` and ``clear()``. + + (:issue:`10516`) New and Improved Modules ======================== /eliben@gmail.com