Author doerwalter
Recipients
Date 2007-07-19.13:05:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
CodecInfo objects *are* tuples for backwards compatibility reasons. Also it's still possible that codecs.lookup() returns a real tuple (however all standard encoding go through encodings.search_function() so if codec.getregentry() returns a real tuple this gets upgraded to a CodecInfo object.)

I've changed the docstring in r56456, so that it mentions both tuples and CodecInfo objects.
History
Date User Action Args
2007-08-23 14:58:38adminlinkissue1754453 messages
2007-08-23 14:58:38admincreate