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.21:11:32
SpamBayes Score 0.014292283
Marked as misclassified No
Message-id <474F2AA6.4090800@cheimes.de>
In-reply-to <ca471dc20711291252r3778b29elf7cec46b0111c3af@mail.gmail.com>
Content
Guido van Rossum wrote:
> 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.

I really think we should postpone the decision until after the next
alpha. For now I like to commit the part of the patch that adds all
types to the appropriate header files. A lot of internal types aren't
available from other C files.

Christian
History
Date User Action Args
2007-11-29 21:11:32christian.heimessetspambayes_score: 0.0142923 -> 0.014292283
recipients: + christian.heimes, gvanrossum, georg.brandl
2007-11-29 21:11:32christian.heimeslinkissue1522 messages
2007-11-29 21:11:32christian.heimescreate