[Python-Dev] cpython (3.2): NUL -> NULL (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Thu Aug 18 20:19:16 CEST 2011
- Previous message: [Python-Dev] PyPy 1.6 released
- Next message: [Python-Dev] cpython (3.2): NUL -> NULL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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).
Regards
Antoine.
- Previous message: [Python-Dev] PyPy 1.6 released
- Next message: [Python-Dev] cpython (3.2): NUL -> NULL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]