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 eli.bendersky
Recipients belopolsky, docs@python, eli.bendersky, ezio.melotti, georg.brandl, lemburg, loewis, vstinner
Date 2010-11-20.11:27:08
SpamBayes Score 8.6430965e-08
Marked as misclassified No
Message-id <1290252430.44.0.112073828306.issue10439@psf.upfronthosting.co.za>
In-reply-to
Content
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*"?
History
Date User Action Args
2010-11-20 11:27:10eli.benderskysetrecipients: + eli.bendersky, lemburg, loewis, georg.brandl, belopolsky, vstinner, ezio.melotti, docs@python
2010-11-20 11:27:10eli.benderskysetmessageid: <1290252430.44.0.112073828306.issue10439@psf.upfronthosting.co.za>
2010-11-20 11:27:09eli.benderskylinkissue10439 messages
2010-11-20 11:27:08eli.benderskycreate