Message121613
| 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*"? |
|