Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536d226 commit ed8fa72Copy full SHA for ed8fa72
1 file changed
PLAN.txt
@@ -31,8 +31,6 @@ Add __coerce__?
31
32
Support pickling (via __reduce__?)
33
34
-Make inspect and pydoc do the right thing for new-style classes.
35
-
36
Support mixed multiple inheritance from classic and new-style classes?
37
38
Change __getattr__ to be more like classic __getattr__, and introduce
@@ -41,6 +39,9 @@ a new name for new-style __getattr__?
41
39
Done (mostly)
42
40
-------------
43
+Make inspect and pydoc do the right thing for new-style classes. ***
+done ***
44
+
45
Do binary operators properly. nb_add should try to call self.__add__
46
and other.__radd__. I think I'll exclude base types that define any
47
binary operator without setting the CHECKTYPES flag. *** This is
0 commit comments