[docs] [issue12874] Rearrange descriptions of builtin types in the Library reference

Guido van Rossum report at bugs.python.org
Thu Sep 1 01:16:49 CEST 2011


Guido van Rossum <guido at python.org> added the comment:

That sounds fine. Or list most of them at tier 2:

4.6 Sequence Types - list, tuple, range, str, bytes and friends
  4.6.1 Sequence containers - list, tuple, range
  4.6.2 Text Sequence Type - str
  4.6.3 Binary Data Sequence Types - bytes, bytearray, memoryview

Although including range() here feels a bit odd? (It's a much more
specialized type -- actually the same can be said for memoryview.)

----------

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


More information about the docs mailing list