On Jan 9, 2006, at 8:57 AM, dblack / wobblini.net wrote: >> return self.security_token > > Programmer's individual style. You could replace that line with: > > security_token Seems like every time I check, code with a 'return' runs slower than code without. Less typing and faster. I say drop the return. Jim