[web2py] Problem slicing dal Rows

2011-03-26 Thread Gene Chow
I think I found a difference in the behavior of Rows slices versus regular list slices: Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from gluon.dal import Rows >>> l=range(

[web2py] New router and interference from source control

2011-03-14 Thread Gene Chow
I'm using the basic router from router.example.py. I also use subversion to track changes and I have a .svn directory in applications directory. The load function in gluon/rewrite.py tries to read controllers in the .svn directory and throws an exception. I made a change in rewrite.py which fixes