[web2py] Re: pep8

2012-10-20 Thread Massimo Di Pierro
strange. I see lots of changes in gluon/dal.py. For example raise SyntaxError, "" into raise SyntaxError("...") I cannot say what can go wrong. autopep8 should not change the logic. On Saturday, 20 October 2012 08:47:13 UTC-5, Alan Etkin wrote: > > On Friday, October 19, 2012 2:31:31 PM UT

[web2py] Re: pep8

2012-10-20 Thread Alan Etkin
> > On Friday, October 19, 2012 2:31:31 PM UTC-5, Massimo Di Pierro wrote: >> >> It was pointed out by our friend Andriy that web2py has poor pep8 >> compliance. >> > What kind of app tests would be necessary to detect issues? After looking at the changes list in Google code, it seems to me that

[web2py] Re: pep8

2012-10-19 Thread Brian M
Things appear alright after a quick test drive of trunk here. ~Brian On Friday, October 19, 2012 2:31:31 PM UTC-5, Massimo Di Pierro wrote: > > It was pointed out by our friend Andriy that web2py has poor pep8 > compliance. > So we made a huge number of changes to make it more compliant. We chang