]> granicus.if.org Git - python/commit
metaclass(): add tests for metaclasses written in Python: one that
authorGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 11:43:17 +0000 (11:43 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 11:43:17 +0000 (11:43 +0000)
commit309b56670491bd6e3b9ac8ba9aa0a5eef3d67446
tree096030a9ffef6bb5f5559a09213195873f62b67f
parent8d32c8b59f9b5f4315f42a48b73a52adea3e10a2
metaclass(): add tests for metaclasses written in Python: one that
subclasses type, one that doesn't (the latter isn't fully functional
yet).
Lib/test/test_descr.py