summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-03-17 13:14:35 (GMT)
committerEli Bendersky <eliben@gmail.com>2012-03-17 13:14:35 (GMT)
commit7add4eaa6d4a7ffd2f15821e962c8e6486deeef7 (patch)
tree944435c971a6d703801e8cff41ad6684c9ff9fff /Doc
parent8df2634a7ea3fadbea1bdef06bd748ef30b4bb9f (diff)
downloadcpython-7add4eaa6d4a7ffd2f15821e962c8e6486deeef7.zip
cpython-7add4eaa6d4a7ffd2f15821e962c8e6486deeef7.tar.gz
cpython-7add4eaa6d4a7ffd2f15821e962c8e6486deeef7.tar.bz2
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.3.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index ae7b3af..ca123cd 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
========================