meridian wrote:
> Bruno Desthuilliers wrote:
> 
>>def doIt(name=None):
>>  global gname
>>  if name is None:
>>    name = gname
>>  else:
>>    gname = name
>>
> 
> 
> Thanks Bruno, works a treat...
> 
But still very probably a bad idea.

-- 
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

Reply via email to