This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, georg.brandl, gvanrossum
Date 2007-11-29.20:45:27
SpamBayes Score 0.0016088331
Marked as misclassified No
Message-id <1196369127.92.0.881517193378.issue1522@psf.upfronthosting.co.za>
In-reply-to
Content
> Why such a strong opinion? 'sys' is pretty close to the VM too...

sys is a very important and often used module, too. I don't like the
idea to remove one module (types) and clutter an important module with
its content.

The list of types has grown pretty long and most of the types can't be
instantiated in Python. I fear that the types are going to confuse too
many people. However the types are useful for type checking and ABCs.

['PyCObject', '__doc__', '__name__', 'builtin_function',
'builtin_method', 'bytearray_iterator', 'bytes_iterator',
'callable_iterator', 'cell', 'classmethod_descriptor', 'cmpwrapper',
'code', 'dict_itemiterator', 'dict_items', 'dict_keyiterator',
'dict_keys', 'dict_valueiterator', 'dict_values', 'dictproxy',
'enumerate', 'frame', 'function', 'generator', 'getset_descriptor',
'instance_method', 'iterator', 'list_iterator', 'list_reverseiterator',
'longrange_iterator', 'member_descriptor', 'method_descriptor',
'module', 'range_iterator', 'reversed', 'set_iterator', 'sortwrapper',
'str_iterator', 'traceback', 'tuple_iterator', 'wrapper_descriptor']
Files
File name Uploaded
py3k_pyvm2.patch christian.heimes, 2007-11-29.20:45:27
History
Date User Action Args
2007-11-29 20:45:28christian.heimessetspambayes_score: 0.00160883 -> 0.0016088331
recipients: + christian.heimes, gvanrossum, georg.brandl
2007-11-29 20:45:27christian.heimessetspambayes_score: 0.00160883 -> 0.00160883
messageid: <1196369127.92.0.881517193378.issue1522@psf.upfronthosting.co.za>
2007-11-29 20:45:27christian.heimeslinkissue1522 messages
2007-11-29 20:45:27christian.heimescreate