Message 190788 - Python tracker

Message190788

Author brett.cannon
Recipients alex, benjamin.peterson, brett.cannon, eric.araujo
Date 2013-06-08.01:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370656445.2.0.556359201672.issue18156@psf.upfronthosting.co.za>
In-reply-to
Content
What Benjamin said.

Adding something like this is mostly about a nicer constructor (``AttributeError(attr='meth')``) and automatically creating the message for the exception (although that would require another argument like 'object' or something to be able to do e.g. "'dict' object has no attribute 'asdfdsff'" or "type object 'dict' has no attribute 'asdfdsf'").
History
Date User Action Args
2013-06-08 01:54:05brett.cannonsetrecipients: + brett.cannon, benjamin.peterson, eric.araujo, alex
2013-06-08 01:54:05brett.cannonsetmessageid: <1370656445.2.0.556359201672.issue18156@psf.upfronthosting.co.za>
2013-06-08 01:54:05brett.cannonlinkissue18156 messages
2013-06-08 01:54:04brett.cannoncreate