Commit e2280d86 authored by Petri Lehtinen's avatar Petri Lehtinen

Merge heads

parents 8a6cd43e 00c6231d
...@@ -731,7 +731,7 @@ Some smaller changes made to the core Python language are: ...@@ -731,7 +731,7 @@ Some smaller changes made to the core Python language are:
methods of :class:`bytes` and :class:`bytearray` objects now accept an methods of :class:`bytes` and :class:`bytearray` objects now accept an
integer between 0 and 255 as their first argument. integer between 0 and 255 as their first argument.
(:issue:`12170`) (Contributed by Petri Lehtinen in :issue:`12170`)
* New methods have been added to :class:`list` and :class:`bytearray`: * New methods have been added to :class:`list` and :class:`bytearray`:
``copy()`` and ``clear()``. ``copy()`` and ``clear()``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment