Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed8fa72

Browse files
committed
AFAICT pydoc/inspect do the right thing again.
1 parent 536d226 commit ed8fa72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PLAN.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Add __coerce__?
3131

3232
Support pickling (via __reduce__?)
3333

34-
Make inspect and pydoc do the right thing for new-style classes.
35-
3634
Support mixed multiple inheritance from classic and new-style classes?
3735

3836
Change __getattr__ to be more like classic __getattr__, and introduce
@@ -41,6 +39,9 @@ a new name for new-style __getattr__?
4139
Done (mostly)
4240
-------------
4341

42+
Make inspect and pydoc do the right thing for new-style classes. ***
43+
done ***
44+
4445
Do binary operators properly. nb_add should try to call self.__add__
4546
and other.__radd__. I think I'll exclude base types that define any
4647
binary operator without setting the CHECKTYPES flag. *** This is

0 commit comments

Comments
 (0)