I see this in my logs: > applications/watchup/compiled/models/menu.py:595: FutureWarning: The behavior > of this method will change in future versions. Use specific 'len(elem)' or > 'elem is not None' test instead.
It's apparently from Element.__bool__() in lxml. What does that have to do with menu.py? And why 595 (menu.py is a short file)? Here's the apparent source of the message: http://hg.python.org/cpython/file/43f27e69bc29/Lib/xml/etree/ElementTree.py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

