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 lemburg
Recipients
Date 2001-07-30.14:39:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38388

Ok, I see your point about the API references.

About the PyString_Encode/Decode: on platforms without Unicode, the encoding should not have a default, so 
passing NULL as encoding should result in an error. I am not even sure, whether it should have a default on 
Unicode builds... probably not.

Trimming down the _codecmodule.c to register and lookup is OK; there are a few codecs in 2.2 which don't
use Unicode at all.
History
Date User Action Args
2007-08-23 15:06:45adminlinkissue445762 messages
2007-08-23 15:06:45admincreate