[EMAIL PROTECTED] wrote:
> Bruno Desthuilliers wrote:
> > def printVerbose(*args, **kwargs):
> >
> > >     if VERBOSE in globals:
> > >         for a in args:
> > >             if a in globals:
> > >                 value = globals[a]
> >
              for k, v in kwargs.iteritems():
> > >             print "%s: %s" % (k, v)
> > >
>
> Perfect.  Thanks for the pointer.

Well, almost perfect ;)

--

Regards,

Travis Spencer

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

Reply via email to