John Machin wrote:

>> delim = chr(0x15)
> 
> Ooooh -- a function with a constant arg; I wonder what that evaluates to?
> 
>  >>> chr(0x15)
> '\x15'
> 
> Sheeeesh.

OK, let's double-check that:

>>> chr(0x15)
'The argument is constant -- but not necessarily the /function/.'
>>>

Sheeeesh :-)

Peter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to