2011年8月18日 Antoine Pitrou <solipsis at pitrou.net>: > On 2011年8月18日 17:49:28 +0200 > benjamin.peterson <python-checkins at python.org> wrote: >> - PyErr_SetString(PyExc_TypeError, "embedded NUL character"); >> + PyErr_SetString(PyExc_TypeError, "embedded NULL character"); >> Are you sure? IIRC, NUL is the little name of ASCII character 0 > (while NULL would be the NULL pointer). NUL is the abbreviation of the "Null character". -- Regards, Benjamin