Note to self.

This commit is contained in:
Guido van Rossum 2001-07-13 19:48:07 +00:00
parent 51cb76f682
commit bf4b7e8c90
1 changed files with 2 additions and 0 deletions

View File

@ -880,6 +880,8 @@ XXX To be done
- class methods and static methods
- cooperative methods and super()
- mapping between type object slots (tp_foo) and special methods
(__foo__) (actually, this may belong in PEP 252)