2011/8/18 Antoine Pitrou <[email protected]>:
> On Thu, 18 Aug 2011 17:49:28 +0200
> benjamin.peterson <[email protected]> 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
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to