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, rhettinger, terry.reedy
Date 2012-01-24.13:30:01
SpamBayes Score 8.421642e-08
Marked as misclassified No
Message-id <1327411822.65.0.388159491842.issue4966@psf.upfronthosting.co.za>
In-reply-to
Content
Pushed an initial cut to my sandbox branch. Built HTML is attached so you can get a general idea of how it looks (links, etc, obviously won't work).

So far, I have made the split into 3 sections and updated the new (shorter) Sequence Types section.

That section now has 6 subsections:
- Common Sequence Operations
- Immutable Sequence Operations (very short, just mentions hash support)
- Mutable Sequence Operations
- Lists
- Tuples
- Ranges

I haven't really touched the Text and Binary sections as yet - the only changes there are things that I copied down before removing them from the updated Sequence Types section.
History
Date User Action Args
2012-01-24 13:30:23ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, terry.reedy, dcbbcd, ezio.melotti, eric.araujo, docs@python, anasofiapaixao
2012-01-24 13:30:22ncoghlansetmessageid: <1327411822.65.0.388159491842.issue4966@psf.upfronthosting.co.za>
2012-01-24 13:30:22ncoghlanlinkissue4966 messages
2012-01-24 13:30:21ncoghlancreate