En Sat, 22 Mar 2008 07:07:18 -0300, John Machin <[EMAIL PROTECTED]>
escribi�:
> On Mar 22, 7:19 pm, [EMAIL PROTECTED] wrote:
>
>> On the other hand, are you willing to make changes to the console?
>> How big and what? I was thinking of __ to keep the second-to-last
>> most recent command.
>
> A
On Mar 22, 10:07 am, John Machin <[EMAIL PROTECTED]> wrote:
> On Mar 22, 7:19 pm, [EMAIL PROTECTED] wrote:
>
>
>
> > On the other hand, are you willing to make changes to the console?
> > How big and what? I was thinking of __ to keep the second-to-last
> > most recent command.
>
> Access to and e
On Mar 22, 7:19 pm, [EMAIL PROTECTED] wrote:
>
> On the other hand, are you willing to make changes to the console?
> How big and what? I was thinking of __ to keep the second-to-last
> most recent command.
Access to and editing of previous input lines is already provided by
the cooked mode of t
>>> FunctionType.__eq__= 0
Traceback (most recent call last):
File "", line 1, in
TypeError: can't set attributes of built-in/extension type 'function'
>>> type( 'F', ( FunctionType, ), { '__eq__': e } )
Traceback (most recent call last):
File "", line 1, in
TypeError: type 'function' is not