Jeremy Hylton writes: > +# clients use this module to get this contant > +t32 = 1L << 32 > + Remember this is allowed to be Python 2.2-specific code -- you can drop the "L" now. ;-) -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation