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 pitrou
Recipients amaury.forgeotdarc, ddvoinikov, georg.brandl, pitrou
Date 2008-05-14.09:22:26
SpamBayes Score 0.045295976
Marked as misclassified No
Message-id <1210756947.06.0.250111831945.issue2833@psf.upfronthosting.co.za>
In-reply-to
Content
Small typo in the snippet above, this should obviously read:

   try:
      raise Exception("foo")
   except Exception as e:
      try: raise KeyError("caught")
      except KeyError: pass
      raise e
History
Date User Action Args
2008-05-14 09:22:27pitrousetspambayes_score: 0.045296 -> 0.045295976
recipients: + pitrou, georg.brandl, amaury.forgeotdarc, ddvoinikov
2008-05-14 09:22:27pitrousetspambayes_score: 0.045296 -> 0.045296
messageid: <1210756947.06.0.250111831945.issue2833@psf.upfronthosting.co.za>
2008-05-14 09:22:26pitroulinkissue2833 messages
2008-05-14 09:22:26pitroucreate