Eduardo "EdCrypt" O. Padoan wrote:
> On 6/30/07, Bruno Desthuilliers 
> <[EMAIL PROTECTED]> wrote:
>> Eduardo "EdCrypt" O. Padoan a écrit :
>> > Remember that pure CPython has no different "compile time" and
>> > runtiime.
>>
>> Oh yes ? So what's the compiler doing, and what are those .pyc files ?
>> (hint: read the doc)
> 
> Sorry, I surely know that Python has a compile time, I wanted to say
> somthing like "compile time checks except from syntax".

Well, if you try to reassign __debug__ or None you get a SyntaxError, 
but I don't think it is truly checking syntax.
-- 
Michael Hoffman
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to