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 anasofiapaixao, dcbbcd, docs@python, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, terry.reedy
Date 2011-09-01.01:40:45
SpamBayes Score 3.7382447e-06
Marked as misclassified No
Message-id <1314841246.1.0.887148940176.issue4966@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-09-01 01:40:46ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, dcbbcd, ezio.melotti, eric.araujo, docs@python, anasofiapaixao
2011-09-01 01:40:46ncoghlansetmessageid: <1314841246.1.0.887148940176.issue4966@psf.upfronthosting.co.za>
2011-09-01 01:40:45ncoghlanlinkissue4966 messages
2011-09-01 01:40:45ncoghlancreate