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 exarkun
Recipients exarkun, georg.brandl
Date 2009-03-15.16:26:28
SpamBayes Score 2.5009596e-05
Marked as misclassified No
Message-id <1237134392.29.0.239509482226.issue5496@psf.upfronthosting.co.za>
In-reply-to
Content
codecs.lookup is documented as returning a tuple.  It actually returns a
what the registered lookup function returns, which really *should* be a
codecs.CodecInfo instance.  If a registered lookup function actually
returns a tuple, then codecs.getreader and the other similar functions
won't work.
History
Date User Action Args
2009-03-15 16:26:32exarkunsetrecipients: + exarkun, georg.brandl
2009-03-15 16:26:32exarkunsetmessageid: <1237134392.29.0.239509482226.issue5496@psf.upfronthosting.co.za>
2009-03-15 16:26:29exarkunlinkissue5496 messages
2009-03-15 16:26:28exarkuncreate