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

2011-08-19 Thread Cameron Simpson
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

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

2011-08-18 Thread Nick Coghlan
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

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

2011-08-18 Thread Stefan Krah
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

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

2011-08-18 Thread Benjamin Peterson
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

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

2011-08-18 Thread Eric V. Smith
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

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

2011-08-18 Thread 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 character 0 (while NULL would be the NULL