Message36813
| 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:08 | admin | link | issue432401 messages |
| 2007年08月23日 15:06:08 | admin | create |
|