In message <5dlbo.1024$w8....@twister2.libero.it>, not1xor1 (Alessandro) 
wrote:

> I'm already using plain functions, but thought that wrapping most of
> them in a str subclass would let me save some time and yield cleaner
> and more manageable code

How exactly does

   a.f(b, c)

save time over

    f(a, b, c)

?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to