mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Die, buffer(), die.
This commit is contained in:
parent
1f0db40cd7
commit
476b355d63
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue