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 ncoghlan
Recipients barry, belopolsky, benjamin.peterson, cben, eric.araujo, ezio.melotti, flox, georg.brandl, gregory.p.smith, gvanrossum, jcea, lemburg, loewis, ncoghlan, pconnell, petri.lehtinen, r.david.murray, ssbarnea, vstinner
Date 2013-04-23.23:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cdz+rMj_myppu9pe26uig0cxYB2T8eZxCz7QP5wnSmeA@mail.gmail.com>
In-reply-to <1366755581.49.0.688844375686.issue7475@psf.upfronthosting.co.za>
Content
The codecs module is generic, text encodings are just the most common use
case (hence the associated method API).
History
Date User Action Args
2013-04-23 23:07:32ncoghlansetrecipients: + ncoghlan, lemburg, gvanrossum, loewis, barry, georg.brandl, gregory.p.smith, jcea, cben, belopolsky, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, ssbarnea, flox, petri.lehtinen, pconnell
2013-04-23 23:07:32ncoghlanlinkissue7475 messages
2013-04-23 23:07:32ncoghlancreate