[issue17904] bytes should be listed as built-in function for 2.7

Florent Xicluna report at bugs.python.org
Sat May 4 12:34:39 CEST 2013


New submission from Florent Xicluna:

Looking into the summary table, there's no information about the `bytes` built-in alias for `str`:
http://docs.python.org/2/library/functions.html

IMHO it should appear in this table (as str, unicode, bytearray) with the appropriate `.. versionadded:`.

----------
assignee: docs at python
components: Documentation
messages: 188349
nosy: docs at python, flox
priority: normal
severity: normal
status: open
title: bytes should be listed as built-in function for 2.7
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list