En Wed, 13 Jun 2007 03:01:16 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
escribió:
> I'm writing a program and want to create a class that is derived from
> the "str" base type. When I do so, however, I have problems with the
> __init__ method. When I run the code below, it will call my new
>
I'm writing a program and want to create a class that is derived from
the "str" base type. When I do so, however, I have problems with the
__init__ method. When I run the code below, it will call my new
__init__ method when there is zero or one (value) parameter. However,
if I try to pass two pa