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 sbt
Recipients alexandre.vassalotti, belopolsky, bpb, brett.cannon, ehuss, facundobatista, fmitha, georg.brandl, gvanrossum, jafo, jaraco, jarpa, kylev, loewis, lukasz.langa, nnorwitz, pitrou, sbt, taleinat, tseaver, vstinner, zbysz, zseil
Date 2012-07-27.11:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343386859.3.0.285875665989.issue1692335@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a minimal patch against default.

It is a clear improvement on the current situation, even though it still cannot handle the case

  class Error(Exception):
    def __init__(self, x):
      Exception.__init__(self)
      self.x = x
History
Date User Action Args
2012-07-27 11:00:59sbtsetrecipients: + sbt, gvanrossum, loewis, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, tseaver, jaraco, belopolsky, zseil, fmitha, pitrou, vstinner, taleinat, alexandre.vassalotti, jarpa, bpb, zbysz, kylev, lukasz.langa
2012-07-27 11:00:59sbtsetmessageid: <1343386859.3.0.285875665989.issue1692335@psf.upfronthosting.co.za>
2012-07-27 11:00:58sbtlinkissue1692335 messages
2012-07-27 11:00:58sbtcreate