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 twouters
Recipients
Date 2000-08-22.16:26:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Up to date version that incorporates the BDFL-Pronouncement to use __iadd__ rather than __add_ab__. Also made PyNumber_InPlacePower() a three-argument function (since normal Power() is one, and we can't change this functions' prototype later, if we would want to.) The three argument InPlacePower() does the normal batch of coercions, so it's not terribly likely to remain an 'in-place' operation :-S

I'm working on docs, but on my laptop, not incorporated in this patch. Also, the testcase needs to be expanded a bit, and probably incorporated with the test_class testcase I added last week.
History
Date User Action Args
2007-08-23 14:59:51adminlinkissue400699 messages
2007-08-23 14:59:51admincreate