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 gvanrossum
Recipients docs@python, gvanrossum, ncoghlan
Date 2011-08-31.23:16:48
SpamBayes Score 3.3692853e-05
Marked as misclassified No
Message-id <CAP7+vJJdVHkvuMXmsei5BNJ=-6g-2H1AeCON7sqZvyK-k2km3Q@mail.gmail.com>
In-reply-to <1314831935.29.0.869216361793.issue12874@psf.upfronthosting.co.za>
Content
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.)
History
Date User Action Args
2011-08-31 23:16:49gvanrossumsetrecipients: + gvanrossum, ncoghlan, docs@python
2011-08-31 23:16:48gvanrossumlinkissue12874 messages
2011-08-31 23:16:48gvanrossumcreate