quot; for more information.
>>>>> def f(): print x
>> ...
>>>>> f()
>> terminate called after throwing an instance of 'CABRTException'
>> Traceback (most recent call last):
>> File "", line 1, in
>> File "
nse" for more information.
>>>> def f(): print x
> ...
>>>> f()
> terminate called after throwing an instance of 'CABRTException'
> Traceback (most recent call last):
> File "", line 1, in
> File "", line 1, in f
> N
I've noticed a strange thing with python lately:
Python 2.6.2 (r262:71600, Aug 21 2009, 12:23:57)
[GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> def f(): print x
.