On Sun, Feb 23, 2003 at 05:56:39PM -0600, Jeff Bauer wrote: > /usr/local/lib/python2.1/site-packages/quixote/_py_htmltext.py:81: > SyntaxWarning: local name 'self' in '__mod__' > shadows use of 'self' as global in nested scope 'wraparg' > def __mod__(self, args): I removed the use of nested scopes. Andrew already replaced True and False with 1 and 0. Neil