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-18.04:09:19
SpamBayes Score 0.0006101709
Marked as misclassified No
Message-id <1232251760.56.0.36573894326.issue4984@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I didn't notice all the problems I've reported today about this 
paragraph at one time so I could have submitted only one report. Anyway, 
here's another problem with the first sentence of the Sequence Types 
section of the library stdtypes document. The sentence:

There are five sequence types: strings, byte sequences, byte arrays, 
lists, tuples, and range objects

lists six types but says their are five.
History
Date User Action Args
2009-01-18 04:09:20MLModelsetrecipients: + MLModel, georg.brandl
2009-01-18 04:09:20MLModelsetmessageid: <1232251760.56.0.36573894326.issue4984@psf.upfronthosting.co.za>
2009-01-18 04:09:20MLModellinkissue4984 messages
2009-01-18 04:09:19MLModelcreate