On 18Aug2011 20:51, Stefan Krah wrote:
| Antoine Pitrou wrote:
| > On Thu, 18 Aug 2011 17:49:28 +0200
| > benjamin.peterson wrote:
| > > -PyErr_SetString(PyExc_TypeError, "embedded NUL character");
| > > +PyErr_SetString(PyExc_TypeError, "embedded NULL character");
| >
| > Are y
On Fri, Aug 19, 2011 at 4:51 AM, Stefan Krah wrote:
> So I think it should be either NUL or "null character" with the lower
> case spelling.
+1
Cheers,
Nick.
--
Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia
___
Python-Dev mailing li
Antoine Pitrou wrote:
> On Thu, 18 Aug 2011 17:49:28 +0200
> benjamin.peterson 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 charact
2011/8/18 Antoine Pitrou :
> On Thu, 18 Aug 2011 17:49:28 +0200
> benjamin.peterson 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 charac
On 08/18/2011 02:19 PM, Antoine Pitrou wrote:
> On Thu, 18 Aug 2011 17:49:28 +0200
> benjamin.peterson wrote:
>> -PyErr_SetString(PyExc_TypeError, "embedded NUL character");
>> +PyErr_SetString(PyExc_TypeError, "embedded NULL character");
>
> Are you sure? IIRC, NUL is the little
On Thu, 18 Aug 2011 17:49:28 +0200
benjamin.peterson 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