mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516)
This commit is contained in:
parent
8df2634a7e
commit
7add4eaa6d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue