[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_

Guido van Rossum guido at python.org
Tue Nov 27 23:58:54 CET 2007


On Nov 27, 2007 2:47 PM, Georg Brandl <g.brandl at gmx.net> wrote:
> > +from types import FunctionType as function
>
> Hm, that reminds me how ugly (and often redundant) the names in "types" are...

Yes, I'm hoping we'll be able to get rid of the types module
altogether. The idea of collecting all type names in one module
doesn't make sense anyway; it's better to group things by
functionality.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-checkins mailing list