Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7add4ea

Browse files
committed
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516)
1 parent 8df2634 commit 7add4ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ Some smaller changes made to the core Python language are:
481481

482482
(:issue:`14205`)
483483

484+
* New methods have been added to :class:`list` and :class:`bytearray`:
485+
``copy()`` and ``clear()``.
486+
487+
(:issue:`10516`)
484488

485489
New and Improved Modules
486490
========================

0 commit comments

Comments
 (0)