summaryrefslogtreecommitdiffstats
path: root/PLAN.txt
diff options
context:
space:
mode:
Diffstat (limited to 'PLAN.txt')
-rw-r--r--PLAN.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/PLAN.txt b/PLAN.txt
index 3f2ae8b..a0d2bea 100644
--- 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