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 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 no
> pep8ification was made to gluon.dal. Is it supposed to be adapted to pep8
> also?
>
>
--