Terry Reedy wrote:
> "Tom Anderson" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
> 
> 
>>sometimes in python. No, it's not really possible in a typeless language,
>>and yes, there are implementations based on decorators, but frankly,
>>they're awful.
> 
> 
> Python has strongly typed objects.  Only names are typeless.

Again, you are splitting hairs.  His point still stands that it is not 
possible to do method overloading in python (unless you use decorator 
hacks).  It may be possible to add this feature when type declarations 
and type checking are added to a future version of python.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to