Die, buffer(), die.
This commit is contained in:
parent
1f0db40cd7
commit
476b355d63
|
@ -98,7 +98,7 @@ are always available. They are listed here in alphabetical order.
|
|||
:class:`bytearray` -- it has the same non-mutating methods and the same
|
||||
indexing and slicing behavior.
|
||||
|
||||
Accordingly, constructor arguments are interpreted as for :func:`buffer`.
|
||||
Accordingly, constructor arguments are interpreted as for :func:`bytearray`.
|
||||
|
||||
Bytes objects can also be created with literals, see :ref:`strings`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue