This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, koen, terry.reedy
Date 2008-09-25.02:15:43
SpamBayes Score 1.276924e-09
Marked as misclassified No
Message-id <1222308946.8.0.446806445837.issue3936@psf.upfronthosting.co.za>
In-reply-to
Content
You're right; I should put it within the started block. Actually, no
import cases are currently handled by the warning to avoid conflicting
with "import foo as bar". This isn't really an issue, though because
using the module name "as.attribute" will give a warning.

If we were going to do this again, I would implement the warning in AST
generation, but it's far too late for that.
History
Date User Action Args
2008-09-25 02:15:47benjamin.petersonsetrecipients: + benjamin.peterson, terry.reedy, amaury.forgeotdarc, koen
2008-09-25 02:15:46benjamin.petersonsetmessageid: <1222308946.8.0.446806445837.issue3936@psf.upfronthosting.co.za>
2008-09-25 02:15:45benjamin.petersonlinkissue3936 messages
2008-09-25 02:15:45benjamin.petersoncreate