web2py 1.61 is out. The main reason is that 1.60 *may* have been broken on GAE. This is not because of a bug in web2py but because web2py relied on a bug on GAE (lack of imp.get_magic()) to detect GAE. That bug may have been fixed (according to Guido at Pycon) so I used Robin's suggestion of not trying to detect GAE but creating a runtime variable to flag when running on GAE (set automatically by gaehandler.py).
New features: 1) assuming the older version was not detecting GAE properly, 1.61 should not be faster and cache bytecode compiled code in ram (the older versions should have done this also may not have worked after recent GAE upgrades). 2) crud.update(....,deletable=True or False) # True is now default 3) auth.add_permission(0,....) # a group of 0 refers to the group of the current logged-in user. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

