Message73679
I would be more comfortable if "started = 1" was also executed in the
NEWLINE case. I'm not sure to understand the exact use of its value.
And do you think if it's possible to add the type==SEMICOLON case?
This would properly show the warning for:
import sys; as = 3 # on the same line
There are still some far-fetched constructs that do not warn, like:
import sys as as
but they are probably not worth the trouble. |
|
| Date |
User |
Action |
Args |
| 2008-09-23 23:49:26 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, terry.reedy, koen, benjamin.peterson |
| 2008-09-23 23:49:25 | amaury.forgeotdarc | set | messageid: <1222213765.9.0.431629995816.issue3936@psf.upfronthosting.co.za> |
| 2008-09-23 23:49:25 | amaury.forgeotdarc | link | issue3936 messages |
| 2008-09-23 23:49:24 | amaury.forgeotdarc | create | |
|