Add a few more todo items.
authorGuido van Rossum <guido@python.org>
Mon, 10 Sep 2001 02:40:26 +0000 (02:40 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Sep 2001 02:40:26 +0000 (02:40 +0000)
PLAN.txt

index 559b125b25d3cdff7bbe99c3a3d32197a61ee99a..9a1c9dd0601ad19555c743e1b0e50e8a22d52702 100644 (file)
--- a/PLAN.txt
+++ b/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
 implemented.
 
-Allow __class__ assignment.
+Allow __class__ assignment (and __bases__ and __dict__?).
 
 Make __dynamic__ the default.
 
 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)
 -------------