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 jjconti
Recipients facundobatista, jjconti, mark.dickinson, rhettinger, skrah
Date 2010-01-06.19:13:52
SpamBayes Score 0.0063784677
Marked as misclassified No
Message-id <1262805236.66.0.962939103616.issue7633@psf.upfronthosting.co.za>
In-reply-to
Content
New patch.

Fix Context.method that were returning NotImplemented.
Decimal.__methods__ don't use raiseit=True in _convert_other so I check in Context.method and raise TypeError if necessary.

Added tests for Context.divmod missed in first patch.
History
Date User Action Args
2010-01-06 19:13:56jjcontisetrecipients: + jjconti, rhettinger, facundobatista, mark.dickinson, skrah
2010-01-06 19:13:56jjcontisetmessageid: <1262805236.66.0.962939103616.issue7633@psf.upfronthosting.co.za>
2010-01-06 19:13:55jjcontilinkissue7633 messages
2010-01-06 19:13:54jjconticreate