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
ed8fa72f
Commit
ed8fa72f
authored
Sep 20, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AFAICT pydoc/inspect do the right thing again.
parent
536d2262
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
PLAN.txt
PLAN.txt
+3
-2
No files found.
PLAN.txt
View file @
ed8fa72f
...
@@ -31,8 +31,6 @@ Add __coerce__?
...
@@ -31,8 +31,6 @@ Add __coerce__?
Support pickling (via __reduce__?)
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?
Support mixed multiple inheritance from classic and new-style classes?
Change __getattr__ to be more like classic __getattr__, and introduce
Change __getattr__ to be more like classic __getattr__, and introduce
...
@@ -41,6 +39,9 @@ a new name for new-style __getattr__?
...
@@ -41,6 +39,9 @@ a new name for new-style __getattr__?
Done (mostly)
Done (mostly)
-------------
-------------
Make inspect and pydoc do the right thing for new-style classes. ***
done ***
Do binary operators properly. nb_add should try to call self.__add__
Do binary operators properly. nb_add should try to call self.__add__
and other.__radd__. I think I'll exclude base types that define any
and other.__radd__. I think I'll exclude base types that define any
binary operator without setting the CHECKTYPES flag. *** This is
binary operator without setting the CHECKTYPES flag. *** This is
...
...
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