brad a écrit :
> Will len(a_string) become a_string.len()? I was just reading
> 
> http://docs.python.org/dev/3.0/whatsnew/3.0.html
> 
> One of the criticisms of Python compared to other OO languages is that 
> it isn't OO enough

Really ? IIRC, Python doesn't have primitive types, functions are 
objects, methods are objects, classes are objects, even modules are 
objects... Isn't this 'OO enough' ?

> or as OO as others

Which ones ? Java, that does have primitive types ?

(snip question about len() not being a method - no personal opinion on 
the topic)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to