Thanks for your time, much appreciated.

-Jon

Tino Wildenhain wrote:
Am Dienstag, den 25.10.2005, 16:42 -0400 schrieb Jonathan Cyr:
  
I think I get it, except...

What's the meaning of 1<<20, I'm not familar with that operator.  How
would I adjust it for different sizes?  
    

Well, you could (and should!) study the python documentation.
But this one is only an example. You can write the maximum
however you want, as literal value: 1000000 or
1e+6 or 1000*1000 or 10**6 ...

If you have an imagination of what value you want, just write it
there :-)




  

-- 
Jonathan Cyr
[EMAIL PROTECTED]
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to