]> granicus.if.org Git - python/commitdiff
Mark binary operators as done.
authorGuido van Rossum <guido@python.org>
Wed, 8 Aug 2001 22:51:13 +0000 (22:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Aug 2001 22:51:13 +0000 (22:51 +0000)
(This file could stand some reorganization -- it's hard to tell the
open items apart from those that are done or nearly done.)

PLAN.txt

index 3f2ae8b079b95ff6f6728341a157cfd5386a355c..a0d2bea8fb0cff7b9c3a7a75f5496aa3e6507410 100644 (file)
--- a/PLAN.txt
+++ b/PLAN.txt
@@ -5,7 +5,8 @@ Tasks:
 
 Do binary operators properly.  nb_add should try to call self.__add__
 and other.__radd__.  I think I'll exclude base types that define any
-binary operator without setting the CHECKTYPES flag.
+binary operator without setting the CHECKTYPES flag.  *** This is
+done, AFAICT.  Even supports __truediv__ and __floordiv__. ***
 
 Fix comparisons.  There's some nasty stuff here: when two types are
 not the same, and they're not instances, the fallback code doesn't