[Python-checkins] cpython: updated whatsnew/3.3.rst with the new methods added to list and bytearray
eli.bendersky
python-checkins at python.org
Sat Mar 17 14:16:27 CET 2012
http://hg.python.org/cpython/rev/958a98bf924e
changeset: 75780:958a98bf924e
user: Eli Bendersky <eliben at gmail.com>
date: Sat Mar 17 15:14:35 2012 +0200
summary:
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516)
files:
Doc/whatsnew/3.3.rst | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -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
========================
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list