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

Christian Heimes lists at cheimes.de
Wed Nov 28 00:44:25 CET 2007


Jim Jewett wrote:
> If these were just module-level attributes available from the inspect
> module, that would probably be good enough for users. (I have not
> checked whether the types are needed by the interpreter for
> bootstrapping.)

No, types isn't required to start the interpreter:
Python 3.0a1+ (py3k:59188:59189, Nov 27 2007, 12:10:16)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> 'types' in sys.modules
False
Christian


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /