[New-bugs-announce] [issue4974] Redundant mention of lists and tuples at start of Sequence Types documentation

Mitchell Model report at bugs.python.org
Sat Jan 17 21:52:28 CET 2009


New submission from Mitchell Model <mlm at acm.org>:

Under Built-in Types in the Library documentation the section on "Sequence 
Types" begins with the paragraph:

There are five sequence types: strings, byte sequences, byte arrays, 
lists, tuples, and range objects. (For other containers see the built-in 
dict, list, set, and tuple classes, and the collections module.)

list and tuple "classes" shouldn't be in that second sentence, should 
they? They are already in the first.

----------
assignee: georg.brandl
components: Documentation
messages: 80046
nosy: MLModel, georg.brandl
severity: normal
status: open
title: Redundant mention of lists and tuples at start of Sequence Types documentation
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the New-bugs-announce mailing list