Message 73679 - Python tracker

Message73679

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, koen, terry.reedy
Date 2008-09-23.23:49:24
SpamBayes Score 3.38579e-05
Marked as misclassified No
Message-id <1222213765.9.0.431629995816.issue3936@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-23 23:49:26amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, terry.reedy, koen, benjamin.peterson
2008-09-23 23:49:25amaury.forgeotdarcsetmessageid: <1222213765.9.0.431629995816.issue3936@psf.upfronthosting.co.za>
2008-09-23 23:49:25amaury.forgeotdarclinkissue3936 messages
2008-09-23 23:49:24amaury.forgeotdarccreate