This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients docs@python, gvanrossum, ncoghlan
Date 2011-08-31.23:05:34
SpamBayes Score 0.00014708837
Marked as misclassified No
Message-id <1314831935.29.0.869216361793.issue12874@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-08-31 23:05:35ncoghlansetrecipients: + ncoghlan, gvanrossum, docs@python
2011-08-31 23:05:35ncoghlansetmessageid: <1314831935.29.0.869216361793.issue12874@psf.upfronthosting.co.za>
2011-08-31 23:05:34ncoghlanlinkissue12874 messages
2011-08-31 23:05:34ncoghlancreate