Author massysett
Recipients
Date 2007-07-15.21:13:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The docstring for codecs.lookup states that this function returns a tuple of functions. I understand this was correct in Python 2.4, but in Python 2.5 this function returns a CodecInfo object, as described in the docs:

http://docs.python.org/lib/module-codecs.html

I've got Python 2.5.1.
History
Date User Action Args
2007-08-23 14:58:38adminlinkissue1754453 messages
2007-08-23 14:58:38admincreate