]> granicus.if.org Git - python/commitdiff
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue...
authorEli Bendersky <eliben@gmail.com>
Sat, 17 Mar 2012 13:14:35 +0000 (15:14 +0200)
committerEli Bendersky <eliben@gmail.com>
Sat, 17 Mar 2012 13:14:35 +0000 (15:14 +0200)
Doc/whatsnew/3.3.rst

index ae7b3afdfb6b7d09b05894e1c8c88bb5bae4d328..ca123cddc246974e95957d838475e4bba92ba2ae 100644 (file)
@@ -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
 ========================