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.

作者 ncoghlan
收信人 jwp, ncoghlan
日期 2009-03-15.07:20:21
SpamBayes Score 0.0005604779
Marked as misclassified
Message-id <1237101624.69.0.743127184507.issue5251@psf.upfronthosting.co.za>
In-reply-to
内容
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!"
历史
日期 用户 动作 参数
2009-03-15 07:20:24ncoghlan修改recipients: + ncoghlan, jwp
2009-03-15 07:20:24ncoghlan修改messageid: <1237101624.69.0.743127184507.issue5251@psf.upfronthosting.co.za>
2009-03-15 07:20:21ncoghlan链接issue5251 messages
2009-03-15 07:20:21ncoghlan创建