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 ncoghlan
Recipients jwp, ncoghlan
Date 2009-03-15.07:20:21
SpamBayes Score 0.0005604779
Marked as misclassified No
Message-id <1237101624.69.0.743127184507.issue5251@psf.upfronthosting.co.za>
In-reply-to
Content
To see what is wrong with v2, try something like:

  class Bizarre():
    def __getattr__(self, attr):
        raise SkipStatement

  with Bizarre():
    print "Not gonna happen, but no exception either!"
History
Date User Action Args
2009-03-15 07:20:24ncoghlansetrecipients: + ncoghlan, jwp
2009-03-15 07:20:24ncoghlansetmessageid: <1237101624.69.0.743127184507.issue5251@psf.upfronthosting.co.za>
2009-03-15 07:20:21ncoghlanlinkissue5251 messages
2009-03-15 07:20:21ncoghlancreate