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 gvanrossum
Recipients christian.heimes, georg.brandl, gvanrossum
Date 2007-11-29.20:52:40
SpamBayes Score 0.0025747893
Marked as misclassified No
Message-id <ca471dc20711291252r3778b29elf7cec46b0111c3af@mail.gmail.com>
In-reply-to <1196369127.92.0.881517193378.issue1522@psf.upfronthosting.co.za>
Content
> 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.

Well, it is already pretty cluttered -- it contains many items that
*I* don't recognize... :-)

> 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.

Stuff in sys that people don't use doesn't really confuse anyone IMO.

I really don't think that this warrants a new module.

Many of the datatype-related types (e.g. dict_keys) should not go
there but in _collections anyway.
History
Date User Action Args
2007-11-29 20:52:40gvanrossumsetspambayes_score: 0.00257479 -> 0.0025747893
recipients: + gvanrossum, georg.brandl, christian.heimes
2007-11-29 20:52:40gvanrossumlinkissue1522 messages
2007-11-29 20:52:40gvanrossumcreate