[issue4966] Improving Lib Doc Sequence Types Section

Nick Coghlan report at bugs.python.org
Thu Sep 1 03:40:46 CEST 2011


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

Bringing a suggestion over from #12874, I think it may be worth splitting the current "Sequence Types" section into 3 pieces that all appear in the top level table of contents for the library reference:

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

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list