Message36813
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.
|
|
Date |
User |
Action |
Args |
2007-08-23 15:06:08 | admin | link | issue432401 messages |
2007-08-23 15:06:08 | admin | create | |
|