guthrie wrote: > Good point, thanks. > > But if (as I proposed..!) the user interface is better if presented as a > method. one could porovide convenience methods which would then > interface to these underlying library functions; yes? > Actually, and AFAIK, len(obj) = lambda obj : obj.__len__().
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list
