> global options allow more tweaking.. seconded global db.returnList = True
some says: global variables are the mothers of all evil.
as for the issue, db.query return a Generator object.
a Generator gives a faster, lighter and cleaner approach to handling
iteration.

the following is a very nice presentation on this issue and I believe
you will find it joyful.
http://www.dabeaz.com/generators/Generators.pdf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to