[docs] [issue11231] bytes() constructor is not correctly documented

Antoine Pitrou report at bugs.python.org
Thu Feb 17 17:52:18 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> 3) bytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer
> 4) bytes(memory_view) -> bytes

These are AFAIR the same.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11231>
_______________________________________


More information about the docs mailing list