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 Thomas.Waldmann
Recipients Mike.Graham, Thomas.Waldmann, alex, eallik, python-dev, r.david.murray
Date 2013-03-24.03:04:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364094266.63.0.400010644315.issue15801@psf.upfronthosting.co.za>
In-reply-to
Content
gave 2.7.4rc1 a try and was seeing a failing unit test that does not fail with 2.7.3.

see the attached file for some minimal code that succeeds on 2.7.3, but not on 2.7.4rc1.

it seems to have to do with being a subclass of Exception, it doesn't happen for subclass of object.
History
Date User Action Args
2013-03-24 03:04:26Thomas.Waldmannsetrecipients: + Thomas.Waldmann, alex, r.david.murray, python-dev, Mike.Graham, eallik
2013-03-24 03:04:26Thomas.Waldmannsetmessageid: <1364094266.63.0.400010644315.issue15801@psf.upfronthosting.co.za>
2013-03-24 03:04:26Thomas.Waldmannlinkissue15801 messages
2013-03-24 03:04:26Thomas.Waldmanncreate