[Python-Dev] cpython (3.2): NUL -> NULL (original) (raw)

Benjamin Peterson benjamin at python.org
Thu Aug 18 20:41:15 CEST 2011


2011/8/18 Antoine Pitrou <solipsis at pitrou.net>:

On Thu, 18 Aug 2011 17:49:28 +0200 benjamin.peterson <python-checkins at python.org> wrote:

-        PyErrSetString(PyExcTypeError, "embedded NUL character"); +        PyErrSetString(PyExcTypeError, "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



More information about the Python-Dev mailing list