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 georg.brandl
Recipients cito, georg.brandl
Date 2008-03-02.17:56:44
SpamBayes Score 0.054887507
Marked as misclassified No
Message-id <1204480606.08.0.960886529757.issue2217@psf.upfronthosting.co.za>
In-reply-to
Content
This may seem odd, but is correct as per spec.

The "if c in a" part is executed in a scope of its own, and class scopes
don't contribute to nested scoping.
History
Date User Action Args
2008-03-02 17:56:46georg.brandlsetspambayes_score: 0.0548875 -> 0.054887507
recipients: + georg.brandl, cito
2008-03-02 17:56:46georg.brandlsetspambayes_score: 0.0548875 -> 0.0548875
messageid: <1204480606.08.0.960886529757.issue2217@psf.upfronthosting.co.za>
2008-03-02 17:56:45georg.brandllinkissue2217 messages
2008-03-02 17:56:44georg.brandlcreate