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 terry.reedy
Recipients Santiago.Piccinini, amaury.forgeotdarc, docs@python, lemburg, pitrou, terry.reedy
Date 2012-01-13.09:16:54
SpamBayes Score 0.0059297145
Marked as misclassified No
Message-id <1326446215.36.0.890871257557.issue10344@psf.upfronthosting.co.za>
In-reply-to
Content
What I described is the behavior of codecs.StreamReader. However, the streamreader associated with a particular encoding(codec) might do differently. My understanding is that StreamReader is an example that a particular codec can use, derive from, or merely mimic the interface of.
History
Date User Action Args
2012-01-13 09:16:55terry.reedysetrecipients: + terry.reedy, lemburg, amaury.forgeotdarc, pitrou, docs@python, Santiago.Piccinini
2012-01-13 09:16:55terry.reedysetmessageid: <1326446215.36.0.890871257557.issue10344@psf.upfronthosting.co.za>
2012-01-13 09:16:54terry.reedylinkissue10344 messages
2012-01-13 09:16:54terry.reedycreate