* Jakub Wilk <[email protected]>, 2014-03-29, 21:59:
AttributeError: 'ClassScope' object has no attribute 'returnValue'

Curiously, in squeeze, pyflakes correctly reported syntax error:

$ pyflakes test.py
test.py:2: 'return' outside function
return 42


But in wheezy, it didn't report anything at all:

$ pyflakes test.py && echo moo
moo

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to