svn+ssh://svn.python.org/python/branches/py3k
........
r72089 | georg.brandl | 2009-04-29 08:37:12 +0200 (Mi, 29 Apr 2009) | 1 line
Die, buffer(), die.
........
: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`.