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 christian.heimes
Recipients christian.heimes, facundobatista, poelzi
Date 2007-12-07.13:47:28
SpamBayes Score 0.05146758
Marked as misclassified No
Message-id <1197035248.49.0.700603698302.issue1562@psf.upfronthosting.co.za>
In-reply-to
Content
Can you create a patch that replaces Decimal with self.__class__ and the
string "Decimal" with "%s ..." % self.__class__.__name__? 

Thanks :)
History
Date User Action Args
2007-12-07 13:47:28christian.heimessetspambayes_score: 0.0514676 -> 0.05146758
recipients: + christian.heimes, facundobatista, poelzi
2007-12-07 13:47:28christian.heimessetspambayes_score: 0.0514676 -> 0.0514676
messageid: <1197035248.49.0.700603698302.issue1562@psf.upfronthosting.co.za>
2007-12-07 13:47:28christian.heimeslinkissue1562 messages
2007-12-07 13:47:28christian.heimescreate