[EMAIL PROTECTED] writes: > Thanks Diez and Peter, > Just what I was looking for. In "Library Reference" heading > 3.11.1 Types and members > Running this yields the result > > cap(s, n)
You've now got three solutions. They'll work fine most of the time, but can't be trusted in general. Binding a name to a function doesn't change the name that these solutions return, and the name they return may no longer be bound to said function. Just a warning. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list