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 doerwalter
Recipients
Date 2002-08-14.10:23:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

This new version diff13.txt moves the initialization of
codec.strict_errors etc. from Modules/_codecsmodule.c to
Lib/codecs.py.

The error logic for the accessor function is inverted (now
its 0 for success and -1 for error).

Updated the prototypes to use the new PyAPI_FUNC macro.

Enhanced the docstrings for str.(de|en)code and  unicode.encode.

There seems to be a new string decoding function
PyString_DecodeEscape in current CVS. This function has to
be updated too.
History
Date User Action Args
2007-08-23 15:06:08adminlinkissue432401 messages
2007-08-23 15:06:08admincreate