]> granicus.if.org Git - python/commit
metaclass(): add some more examples of metaclasses, including one
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 20:52:40 +0000 (20:52 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 20:52:40 +0000 (20:52 +0000)
commit91ee798892faedf75949c57eee12f9d8308cac17
treefbe058d9aefdf54f3ac62396fac9144d4caba227
parentd507dab91f9790a24bd53d41d7fcf52fe89a6eff
metaclass(): add some more examples of metaclasses, including one
using cooperative multiple inheritance.

inherits(): add a test for subclassing the unicode type.
Lib/test/test_descr.py