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 r.david.murray
Recipients alex, flox, josmiley, r.david.murray, westley.martinez
Date 2012-05-31.22:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338502071.93.0.92933499187.issue14972@psf.upfronthosting.co.za>
In-reply-to
Content
This is doubtless a result of the way the class namespace scope is handled, coupled with the fact that in Python3 list comprehensions have a local scope.  The class scope is a somewhat unique beast.  I agree that this is unfortunate, but I have a feeling that doing anything about it is distinctly non-trivial.
History
Date User Action Args
2012-05-31 22:07:51r.david.murraysetrecipients: + r.david.murray, alex, flox, westley.martinez, josmiley
2012-05-31 22:07:51r.david.murraysetmessageid: <1338502071.93.0.92933499187.issue14972@psf.upfronthosting.co.za>
2012-05-31 22:07:51r.david.murraylinkissue14972 messages
2012-05-31 22:07:51r.david.murraycreate