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

Nick Coghlan report at bugs.python.org
Thu Sep 1 01:05:35 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Putting the new sections on tier 2 makes a big difference in discoverability, since that's the lowest level the main ToC page shows. Perhaps just including the phrase "Sequence Type" in the new section titles would provide enough logical grouping?

Something like:

4.6 Sequence Types - list, tuple, range
4.7 Text Sequence Type - str
4.8 Binary Data Sequence Types - bytes, bytearray, memoryview

----------

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


More information about the docs mailing list