20 Nov
2010
20 Nov
'10
12:27 p.m.
Eli Bendersky <eliben@gmail.com> added the comment: While preparing a .rst document for this, I ran into a possible inaccuracy in a comment in codecs.h: /* Lookup the error handling callback function registered under the name error. As a special case NULL can be passed, in which case the error handling callback for "strict" will be returned. */ PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name); ---- The problem may be with the phrase "under the name error". Shouldn't it be just "under *name*"? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10439> _______________________________________