[issue4966] Improving Lib Doc Sequence Types Section

Nick Coghlan report at bugs.python.org
Tue Jan 24 14:30:22 CET 2012


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

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.

----------
Added file: http://bugs.python.org/file24314/stdtypes.html

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


More information about the Python-bugs-list mailing list