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
|
@ -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…
Reference in New Issue