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 MLModel
Recipients MLModel, georg.brandl
Date 2009-01-17.20:52:25
SpamBayes Score 2.4812825e-06
Marked as misclassified No
Message-id <1232225548.25.0.868641329064.issue4974@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-17 20:52:28MLModelsetrecipients: + MLModel, georg.brandl
2009-01-17 20:52:28MLModelsetmessageid: <1232225548.25.0.868641329064.issue4974@psf.upfronthosting.co.za>
2009-01-17 20:52:27MLModellinkissue4974 messages
2009-01-17 20:52:26MLModelcreate