Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
531cf173
Commit
531cf173
authored
Sep 10, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few more todo items.
parent
f6491955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
PLAN.txt
PLAN.txt
+12
-1
No files found.
PLAN.txt
View file @
531cf173
...
...
@@ -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)
-------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment