commit | 91ee798892faedf75949c57eee12f9d8308cac17 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 30 20:52:40 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 30 20:52:40 2001 +0000 |
tree | fbe058d9aefdf54f3ac62396fac9144d4caba227 | |
parent | d507dab91f9790a24bd53d41d7fcf52fe89a6eff [diff] |
metaclass(): add some more examples of metaclasses, including one using cooperative multiple inheritance. inherits(): add a test for subclassing the unicode type.