mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add a few more todo items.
This commit is contained in:
parent
f649195560
commit
531cf17309
1 changed files with 12 additions and 1 deletions
13
PLAN.txt
13
PLAN.txt
|
@ -21,12 +21,23 @@ order should the base classes X and Y be searched? This is an order
|
||||||
conflict, and should be disallowed; currently the test for this is not
|
conflict, and should be disallowed; currently the test for this is not
|
||||||
implemented.
|
implemented.
|
||||||
|
|
||||||
Allow __class__ assignment.
|
Allow __class__ assignment (and __bases__ and __dict__?).
|
||||||
|
|
||||||
Make __dynamic__ the default.
|
Make __dynamic__ the default.
|
||||||
|
|
||||||
Add __del__ handlers.
|
Add __del__ handlers.
|
||||||
|
|
||||||
|
Add __coerce__?
|
||||||
|
|
||||||
|
Support pickling (via __reduce__?)
|
||||||
|
|
||||||
|
Make inspect and pydoc do the right thing for new-style classes.
|
||||||
|
|
||||||
|
Support mixed multiple inheritance from classic and new-style classes?
|
||||||
|
|
||||||
|
Change __getattr__ to be more like classic __getattr__, and introduce
|
||||||
|
a new name for new-style __getattr__?
|
||||||
|
|
||||||
Done (mostly)
|
Done (mostly)
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue