[Python-checkins] r59200 - in python/trunk: Demo/newmetaclasses/Eiffel.py Lib/compiler/pyassem.py Lib/doctest.py Lib/modulefinder.py Lib/test/test_descr.py Lib/test/test_doctest.py Lib/test/test_funcattrs.py Lib/test/test_getopt.py Lib/test/test_

Georg Brandl g.brandl at gmx.net
Wed Nov 28 00:56:44 CET 2007


Guido van Rossum schrieb:
> Most of these look like they are closely tied to the actual Python
> implementation, and could be put in a new module e.g. "pyvm". Except
> dictproxy and dict_keys etc., which might be better off in the
> collections module.

Can you do something usable with them from Python code (except
type testing)?

Georg



More information about the Python-checkins mailing list