[Python-Dev] cpython (3.2): NUL -> NULL (original) (raw)
Benjamin Peterson benjamin at python.org
Thu Aug 18 20:41:15 CEST 2011
- Previous message: [Python-Dev] cpython (3.2): NUL -> NULL
- Next message: [Python-Dev] cpython (3.2): NUL -> NULL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] cpython (3.2): NUL -> NULL
- Next message: [Python-Dev] cpython (3.2): NUL -> NULL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]